Information about plays

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

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

{
    "id": 374443,
    "uri": "https://api.kexp.org/v2/plays/374443/?format=api",
    "airdate": "2019-08-30T11:24:51-07:00",
    "show": 6230,
    "show_uri": "https://api.kexp.org/v2/shows/6230/?format=api",
    "image_uri": "http://coverartarchive.org/release/27fb9528-206f-4eb9-882a-3a253d8db864/23037797044-250.jpg",
    "thumbnail_uri": "",
    "song": "Queen of the Rodeo",
    "track_id": "9eb6e4b4-410d-4a0f-853c-9d0e0b4896f8",
    "recording_id": null,
    "artist": "Orville Peck",
    "artist_ids": [
        "437b356d-88f1-4dde-af5e-dec1c9d7dde4"
    ],
    "album": "Pony",
    "release_id": "27fb9528-206f-4eb9-882a-3a253d8db864",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the first song on Miss Michael's playlist \"Summer Is a Comin'!\" Says Michael: \"I make a summer mixtape every year and I especially like this one.  It combines my love of most genres and each song has a summer feel to me. From childhood yacht rock memories to new songs that feel familiar and strange all at once.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}