Information about plays

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

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

{
    "id": 370958,
    "uri": "https://api.kexp.org/v2/plays/370958/?format=api",
    "airdate": "2019-08-22T17:36:35-07:00",
    "show": 6179,
    "show_uri": "https://api.kexp.org/v2/shows/6179/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "River of Deceit",
    "track_id": "72e42bc3-4b9c-387e-9c5a-6b071197c646",
    "recording_id": null,
    "artist": "Mad Season",
    "artist_ids": [
        "bfd085b8-0bbf-46b3-8ab9-193bca5c85e7"
    ],
    "album": "Above",
    "release_id": "d73f3127-8750-423d-ba0e-304aa8803069",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1995-03-14",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "'River of Deceit' is a song by the American rock band Mad Season, released in 1995 as the first single from the band's only studio album, \"Above\" (1995). The music for 'River of Deceit' came out of rehearsals that the group had before vocalist Layne Staley joined the band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}