Information about plays

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

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

{
    "id": 377080,
    "uri": "https://api.kexp.org/v2/plays/377080/?format=api",
    "airdate": "2019-09-05T16:06:49-07:00",
    "show": 6274,
    "show_uri": "https://api.kexp.org/v2/shows/6274/?format=api",
    "image_uri": "http://coverartarchive.org/release/45864bb4-f1a8-443d-a17f-1add9e23f36d/23634328073-250.jpg",
    "thumbnail_uri": "",
    "song": "Bad Idea",
    "track_id": "94a2b847-5c9e-4ea4-aa81-4978ddd1e6f7",
    "recording_id": null,
    "artist": "YBN Cordae feat. Chance the Rapper",
    "artist_ids": [
        "994a4bd6-584e-40c8-a8d7-5fdc3b6db8b2"
    ],
    "album": "The Lost Boy",
    "release_id": "45864bb4-f1a8-443d-a17f-1add9e23f36d",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-07-26",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Lost Boy is the debut studio album by American rapper YBN Cordae. The album was released on July 26, 2019, through Atlantic Records and YBN Records, and contains features from Chance the Rapper, Anderson Paak, Ty Dolla Sign, Pusha T, Arin Ray, and Meek Mill. The album has received widespread acclaim from music critics.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}