Information about plays

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

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

{
    "id": 374966,
    "uri": "https://api.kexp.org/v2/plays/374966/?format=api",
    "airdate": "2019-08-31T20:40:46-07:00",
    "show": 6241,
    "show_uri": "https://api.kexp.org/v2/shows/6241/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Died Dreaming",
    "track_id": "d0ed7a35-17e7-4afa-8526-8c3b0f0a36b9",
    "recording_id": null,
    "artist": "Acid Tongue",
    "artist_ids": [
        "dedd40da-8501-497a-aae6-ad5d4638f2c9"
    ],
    "album": "I Died Dreaming",
    "release_id": "5d1738ca-9a9f-4560-9f90-1c52e65b0e09",
    "release_group_id": null,
    "labels": [
        "Funk Farm"
    ],
    "label_ids": [
        "2e4d5e73-b5d9-4085-80cc-79aab81f34fd"
    ],
    "release_date": "2015-08-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}