Information about plays

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

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

{
    "id": 1382753,
    "uri": "https://api.kexp.org/v2/plays/1382753/?format=api",
    "airdate": "2008-06-07T10:09:00-07:00",
    "show": 24140,
    "show_uri": "https://api.kexp.org/v2/shows/24140/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KNGGZMEYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KNGGZMEYL._SL75_.jpg",
    "song": "Blazing Horns (extended)",
    "track_id": null,
    "recording_id": null,
    "artist": "Tommy McCook",
    "artist_ids": [
        "db987393-16fb-4408-b43b-b82e75f1fffc"
    ],
    "album": "Blazing Horns / Tenor in Roots",
    "release_id": "ffce2cf0-9436-489a-bbe6-4dcca4422822",
    "release_group_id": null,
    "labels": [
        "Blood and Fire"
    ],
    "label_ids": [
        "5af2af12-a696-4bb7-b37e-852ae21a5303"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}