Information about plays

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

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

{
    "id": 416834,
    "uri": "https://api.kexp.org/v2/plays/416834/?format=api",
    "airdate": "2001-04-20T19:19:05-07:00",
    "show": 6956,
    "show_uri": "https://api.kexp.org/v2/shows/6956/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61GA04M16KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61GA04M16KL._SL75_.jpg",
    "song": "Hurricane",
    "track_id": "a5e164ce-9c59-4197-bc9e-9353b541a0ae",
    "recording_id": null,
    "artist": "Joe Maphis and Larry Collins",
    "artist_ids": [
        "47e13125-abbe-46e7-b053-0eb4a021916d"
    ],
    "album": "Ain't I'm a Dog: 25 More Rockabilly Rave-Ups",
    "release_id": "a3dfac99-9be2-4f24-b1a6-7c95b14f8759",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "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"
}