Information about plays

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

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

{
    "id": 417816,
    "uri": "https://api.kexp.org/v2/plays/417816/?format=api",
    "airdate": "2001-04-24T16:32:18-07:00",
    "show": 6978,
    "show_uri": "https://api.kexp.org/v2/shows/6978/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JbIRluiNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JbIRluiNL._SL75_.jpg",
    "song": "Blue Brew",
    "track_id": "61e99b6c-55a6-4a0b-a318-a92e13c139e0",
    "recording_id": null,
    "artist": "Herb Ellis & Duke Robillard",
    "artist_ids": [
        "8fb1bbba-7cf5-4d83-9ce4-cad37c737d54"
    ],
    "album": "Conversations In Swing Guitar",
    "release_id": "3b87964d-318f-4908-b274-d1065a0451cb",
    "release_group_id": null,
    "labels": [
        "Stony Plain Records"
    ],
    "label_ids": [
        "77b027d1-06e7-4c0b-80cc-4870c87e2402"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}