Information about plays

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

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

{
    "id": 345420,
    "uri": "https://api.kexp.org/v2/plays/345420/?format=api",
    "airdate": "2019-06-24T04:58:55-07:00",
    "show": 5760,
    "show_uri": "https://api.kexp.org/v2/shows/5760/?format=api",
    "image_uri": "http://coverartarchive.org/release/3a06e217-cd53-3cc8-bda8-d35752f425d8/10901944994-250.jpg",
    "thumbnail_uri": "",
    "song": "Blue",
    "track_id": "ed943af1-68af-39e6-a226-a27397cf296e",
    "recording_id": null,
    "artist": "Joni Mitchell",
    "artist_ids": [
        "a6de8ef9-b1a1-4756-97aa-481bbb8a4069"
    ],
    "album": "Blue",
    "release_id": "3a06e217-cd53-3cc8-bda8-d35752f425d8",
    "release_group_id": null,
    "labels": [
        "DCC Compact Classics"
    ],
    "label_ids": [
        "b1fe170d-0ac1-4d7a-b7e3-318c2426d5c4"
    ],
    "release_date": "1999-03-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}