Information about plays

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

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

{
    "id": 1286354,
    "uri": "https://api.kexp.org/v2/plays/1286354/?format=api",
    "airdate": "2007-10-03T01:49:44-07:00",
    "show": 22508,
    "show_uri": "https://api.kexp.org/v2/shows/22508/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51tbXTh1u3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51tbXTh1u3L._SL75_.jpg",
    "song": "Temperature (feat. Talib Kweli)",
    "track_id": "f6fe2773-751f-41d7-8492-581883d21370",
    "recording_id": null,
    "artist": "Zion I",
    "artist_ids": [
        "85823097-9e6c-4876-a04a-8a761a477992"
    ],
    "album": "True & Livin'",
    "release_id": "46cc20f9-041a-4e63-9a74-4d7cd3752a15",
    "release_group_id": null,
    "labels": [
        "Live Up Records"
    ],
    "label_ids": [
        "0caf085e-2818-426b-9b73-0410051a2f89"
    ],
    "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"
}