Information about plays

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

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

{
    "id": 345223,
    "uri": "https://api.kexp.org/v2/plays/345223/?format=api",
    "airdate": "2019-06-23T16:31:19-07:00",
    "show": 5756,
    "show_uri": "https://api.kexp.org/v2/shows/5756/?format=api",
    "image_uri": "http://coverartarchive.org/release/51860ecf-56cb-4c82-b7f1-dec80ebf5165/10077882211-250.jpg",
    "thumbnail_uri": "",
    "song": "Reflektor",
    "track_id": "d134d1d2-4f1c-4442-b432-deea82c3741c",
    "recording_id": null,
    "artist": "Arcade Fire",
    "artist_ids": [
        "52074ba6-e495-4ef3-9bb4-0703888a9f68"
    ],
    "album": "Reflektor",
    "release_id": "51860ecf-56cb-4c82-b7f1-dec80ebf5165",
    "release_group_id": null,
    "labels": [
        "Sonovox Records"
    ],
    "label_ids": [
        "863f76f2-ada7-432e-8046-bef4e1c11663"
    ],
    "release_date": "2013-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}