Information about plays

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

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

{
    "id": 356120,
    "uri": "https://api.kexp.org/v2/plays/356120/?format=api",
    "airdate": "2019-07-18T17:32:05-07:00",
    "show": 5933,
    "show_uri": "https://api.kexp.org/v2/shows/5933/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Army of Me",
    "track_id": "bd0a4a52-961b-3d07-afbc-fb105fdcb61e",
    "recording_id": null,
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Greatest Hits",
    "release_id": "b7d4582a-599d-32c0-af8f-1adae1a5feb5",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Army of Me' was written in 1992 by Björk and Graham Massey, during one of the first recordings for \"Debut\", along with 'The Modern Things', but Björk decided to put the songs on hold and to wait for releasing them. Even so, Björk performed the songs during some dates on her Debut Tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}