Information about plays

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

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

{
    "id": 1386397,
    "uri": "https://api.kexp.org/v2/plays/1386397/?format=api",
    "airdate": "2008-06-16T18:36:47-07:00",
    "show": 24204,
    "show_uri": "https://api.kexp.org/v2/shows/24204/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51vClGVVciL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51vClGVVciL._SL75_.jpg",
    "song": "Kalan Nege",
    "track_id": "f72dca8e-4d03-4adb-9fe9-b937b750a3d2",
    "recording_id": null,
    "artist": "Issa Bagayogo",
    "artist_ids": [
        "090b62e5-b103-4322-99f9-148c9d14e97f"
    ],
    "album": "The Rough Guide to the Music of Mali",
    "release_id": "8454f534-d553-4662-aa71-e22b1be0eff0",
    "release_group_id": null,
    "labels": [
        "World Music Network"
    ],
    "label_ids": [
        "b1de0cf1-6c3f-4f61-a846-e321a5beb73a"
    ],
    "release_date": "2008-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}