Information about plays

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

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

{
    "id": 1317481,
    "uri": "https://api.kexp.org/v2/plays/1317481/?format=api",
    "airdate": "2007-12-23T02:08:26-08:00",
    "show": 23038,
    "show_uri": "https://api.kexp.org/v2/shows/23038/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JoGN-pukL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JoGN-pukL._SL75_.jpg",
    "song": "The Race",
    "track_id": "d8beb1ec-cbf7-41c4-be22-1ec5c2ee34ee",
    "recording_id": null,
    "artist": "Archer Prewitt",
    "artist_ids": [
        "8659a7ea-2885-40bd-a504-7c39502b0ea9"
    ],
    "album": "Three",
    "release_id": "1f36819f-2d11-4142-9a84-bfd98cd80f26",
    "release_group_id": null,
    "labels": [
        "Thrill Jockey"
    ],
    "label_ids": [
        "5194917c-215b-4094-b5ec-4005e408b2df"
    ],
    "release_date": "2002-06-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}