Information about plays

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

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

{
    "id": 425986,
    "uri": "https://api.kexp.org/v2/plays/425986/?format=api",
    "airdate": "2001-05-19T09:41:15-07:00",
    "show": 7147,
    "show_uri": "https://api.kexp.org/v2/shows/7147/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Fyln7NftL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Fyln7NftL._SL75_.jpg",
    "song": "Roots",
    "track_id": "69cca82f-d251-476a-99dc-b9564c1773cd",
    "recording_id": null,
    "artist": "Bob Marley and The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Rebel Music",
    "release_id": "f038d931-da0f-4d08-97ef-7ac7f47898f4",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}