Information about plays

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

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

{
    "id": 416104,
    "uri": "https://api.kexp.org/v2/plays/416104/?format=api",
    "airdate": "2001-04-18T17:24:42-07:00",
    "show": 6943,
    "show_uri": "https://api.kexp.org/v2/shows/6943/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VAnHBxXUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VAnHBxXUL._SL75_.jpg",
    "song": "Do That Thing",
    "track_id": null,
    "recording_id": null,
    "artist": "The Halo Benders",
    "artist_ids": [
        "859c297a-f739-45f2-ac58-401eeb2d017f"
    ],
    "album": "The Rebels Not In",
    "release_id": "3a5835be-29eb-4b31-81e6-ac6c7c57d005",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}