Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/1308851/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1308851,
    "uri": "https://api.kexp.org/v2/plays/1308851/?format=api",
    "airdate": "2007-12-01T00:46:11-08:00",
    "show": 22891,
    "show_uri": "https://api.kexp.org/v2/shows/22891/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HMhXqbHiL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HMhXqbHiL._SL75_.jpg",
    "song": "Love Is Lighter Than Air",
    "track_id": null,
    "recording_id": null,
    "artist": "The Divine Comedy",
    "artist_ids": [
        "49c4378b-3c36-4c5a-8999-8d936e74f39b"
    ],
    "album": "Something for the Weekend",
    "release_id": "9a371f36-70aa-4a2b-bb7e-96cc5a5cd5ff",
    "release_group_id": null,
    "labels": [
        "Setanta Records"
    ],
    "label_ids": [
        "db741e0d-3fc8-4c82-80df-832bd21b4153"
    ],
    "release_date": "1996-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}