Information about plays

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

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

{
    "id": 444456,
    "uri": "https://api.kexp.org/v2/plays/444456/?format=api",
    "airdate": "2001-07-12T18:02:30-07:00",
    "show": 7501,
    "show_uri": "https://api.kexp.org/v2/shows/7501/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514N7lPtMxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514N7lPtMxL._SL75_.jpg",
    "song": "Highway Man",
    "track_id": "3aefa5bd-9786-4fa7-bb6f-7a5005e67bf1",
    "recording_id": null,
    "artist": "Curtis Leach",
    "artist_ids": [
        "2ba3d9d3-63ab-41eb-94a9-07e23f3a0e72"
    ],
    "album": "Truck Driver's Boogie: Big Rig Hits, Volume 1: 1939-1969",
    "release_id": "f405d372-7409-4106-bed5-668fb2277595",
    "release_group_id": null,
    "labels": [
        "Country Music Hall of Fame/Audium"
    ],
    "label_ids": [],
    "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"
}