Information about plays

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

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

{
    "id": 1278424,
    "uri": "https://api.kexp.org/v2/plays/1278424/?format=api",
    "airdate": "2007-09-12T19:33:33-07:00",
    "show": 22374,
    "show_uri": "https://api.kexp.org/v2/shows/22374/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RodBadvzL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RodBadvzL._SL75_.jpg",
    "song": "Dark Road",
    "track_id": "90ced73f-9008-46f1-97e9-57520c43f06d",
    "recording_id": null,
    "artist": "Sonny Terry & Brownie McGhee",
    "artist_ids": [
        "b95e98f2-5511-4dc9-a089-444af424d74d"
    ],
    "album": "Brownie McGhee and Sonny Terry Sing",
    "release_id": "9ec7b822-1511-4b20-8aef-0893e0932d30",
    "release_group_id": null,
    "labels": [
        "Smithsonian Folkways"
    ],
    "label_ids": [
        "a1bc50b9-4ef5-409d-9042-594d653f425a"
    ],
    "release_date": "1958-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}