Information about plays

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

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

{
    "id": 382814,
    "uri": "https://api.kexp.org/v2/plays/382814/?format=api",
    "airdate": "2019-09-19T04:49:53-07:00",
    "show": 6369,
    "show_uri": "https://api.kexp.org/v2/shows/6369/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flowers in Mind",
    "track_id": "726f8dc7-c6be-40a3-adbd-a33526b16845",
    "recording_id": null,
    "artist": "Blank Realm",
    "artist_ids": [
        "44d36433-5648-4e9c-8d00-336fd67f7002"
    ],
    "album": "Illegals in Heaven",
    "release_id": "77095218-1153-43a7-8685-598f93d1c101",
    "release_group_id": null,
    "labels": [
        "Fire Records"
    ],
    "label_ids": [
        "659008fb-d1e7-4eca-865c-0d0344a721ed"
    ],
    "release_date": "2015-09-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "2015 fave! - https://blankrealmmusic.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}