Information about plays

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

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

{
    "id": 1272295,
    "uri": "https://api.kexp.org/v2/plays/1272295/?format=api",
    "airdate": "2007-08-28T06:57:36-07:00",
    "show": 22273,
    "show_uri": "https://api.kexp.org/v2/shows/22273/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5176T1V06VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5176T1V06VL._SL75_.jpg",
    "song": "(Ghost) Riders in the Sky",
    "track_id": "2b4257de-a82a-48ef-8bf5-9d34abde5493",
    "recording_id": null,
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "The Legend (disc 1: Win, Place and Show: The Hits)",
    "release_id": "948be509-5aef-4144-8686-cd6a4eacbc2a",
    "release_group_id": null,
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "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"
}