Information about plays

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

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

{
    "id": 508449,
    "uri": "https://api.kexp.org/v2/plays/508449/?format=api",
    "airdate": "2002-01-18T17:57:00-08:00",
    "show": 8750,
    "show_uri": "https://api.kexp.org/v2/shows/8750/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51N67ogwhML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51N67ogwhML._SL75_.jpg",
    "song": "Jack the Ripper",
    "track_id": "8cc350f2-bbed-4f19-ab41-be21b06dd2f7",
    "recording_id": null,
    "artist": "Link Wray",
    "artist_ids": [
        "1c1c86a2-7850-47ac-8771-ae6359bae2b7"
    ],
    "album": "Rock 'n' Rumble",
    "release_id": "15a8156b-cfad-415b-a355-ba81fc885ee7",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}