Information about plays

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

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

{
    "id": 350458,
    "uri": "https://api.kexp.org/v2/plays/350458/?format=api",
    "airdate": "2019-07-05T13:14:30-07:00",
    "show": 5835,
    "show_uri": "https://api.kexp.org/v2/shows/5835/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Psycho Star",
    "track_id": "cc0c5b2c-79c9-4e60-babd-f4182d028b74",
    "recording_id": null,
    "artist": "King Tuff",
    "artist_ids": [
        "4e442c83-b547-4d6e-9270-cdd35e3c3195"
    ],
    "album": "The Other",
    "release_id": "2b405455-f574-4396-aaaa-305c6b62614a",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2018-04-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}