Information about plays

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

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

{
    "id": 374003,
    "uri": "https://api.kexp.org/v2/plays/374003/?format=api",
    "airdate": "2019-08-29T14:11:30-07:00",
    "show": 6225,
    "show_uri": "https://api.kexp.org/v2/shows/6225/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Supersonic",
    "track_id": "bc018118-58ef-34b1-8f8b-1824e15b430d",
    "recording_id": null,
    "artist": "Oasis",
    "artist_ids": [
        "39ab1aed-75e0-4140-bd47-540276886b60"
    ],
    "album": "Definitely Maybe",
    "release_id": "698d1229-0724-36c1-9ef0-0705ac4d98c4",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1994-08-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1994 Oasis released their debut album \"Definitely Maybe\"! It is their only studio album with original drummer Tony McCarroll.\n\"Definitely Maybe\" was an immediate success, having followed on the heels of the singles \"Supersonic\", \"Shakermaker\", and \"Live Forever\". The album went straight to number one in the UK Albums Chart, and became the fastest-selling debut album in the UK at the time. \n\"Definitely Maybe\" spurred a revitalisation in British pop music in the ‘90s and was embraced by critics for its optimistic themes and supposed rejection of the grunge music of the time. The album is regarded as a seminal entry of the Britpop scene. In numerous publications, it has been voted as one of the greatest albums of all time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}