Information about plays

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

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

{
    "id": 1257194,
    "uri": "https://api.kexp.org/v2/plays/1257194/?format=api",
    "airdate": "2007-07-21T00:42:42-07:00",
    "show": 22014,
    "show_uri": "https://api.kexp.org/v2/shows/22014/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51EWMJ7AG1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51EWMJ7AG1L._SL75_.jpg",
    "song": "Blues for Allah / Sand Castles and Glass Camels / Unusual Occurrences in the Desert",
    "track_id": "5481c04d-84e7-4868-a1e4-09c15cf5a2e4",
    "recording_id": null,
    "artist": "Grateful Dead",
    "artist_ids": [
        "6faa7ca7-0d99-4a5e-bfa6-1fd5037520c6"
    ],
    "album": "Blues for Allah",
    "release_id": "7a9415e5-3912-4c00-a6d7-7c2424592470",
    "release_group_id": null,
    "labels": [
        "J Records"
    ],
    "label_ids": [
        "8a8c6bc8-1a43-4bde-a28d-91314fa1076f"
    ],
    "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"
}