Information about plays

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

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

{
    "id": 343929,
    "uri": "https://api.kexp.org/v2/plays/343929/?format=api",
    "airdate": "2019-06-20T13:16:00-07:00",
    "show": 5731,
    "show_uri": "https://api.kexp.org/v2/shows/5731/?format=api",
    "image_uri": "",
    "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": [],
    "release_date": "2019-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Queen of the Rodeo is off Orville Peck's new album, \"Pony,\" which was released on March 22, 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}