Information about plays

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

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

{
    "id": 356910,
    "uri": "https://api.kexp.org/v2/plays/356910/?format=api",
    "airdate": "2019-07-20T15:38:00-07:00",
    "show": 5947,
    "show_uri": "https://api.kexp.org/v2/shows/5947/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Things That Dreams Are Made Of",
    "track_id": "0bdaac51-3fa9-330f-9783-05e98c4115b0",
    "recording_id": null,
    "artist": "The Human League",
    "artist_ids": [
        "7adaabfb-acfb-47bc-8c7c-59471c2f0db8"
    ],
    "album": "Dare",
    "release_id": "16e104a3-8fee-359e-88e1-bf4807a0b487",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}