Information about plays

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

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

{
    "id": 3413285,
    "uri": "https://api.kexp.org/v2/plays/3413285/?format=api",
    "airdate": "2024-10-16T06:49:03-07:00",
    "show": 61589,
    "show_uri": "https://api.kexp.org/v2/shows/61589/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Non-Stop",
    "track_id": "fdc96ef4-dddc-4070-96b2-1aa5ca1c777a",
    "recording_id": "30687671-4f25-4612-9fcd-5abf409e1768",
    "artist": "Chong the Nomad",
    "artist_ids": [
        "f8bc2114-691d-48c7-bc19-41c7126896a8"
    ],
    "album": "Non-Stop",
    "release_id": "c5607e77-0753-46ea-8623-d1803d1fc3b2",
    "release_group_id": "a1e40257-3332-45c2-80fa-39a817ed5404",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-09-02",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's Chong the Nomad joined with Singapore Airlines last year to create this track that includes ambient sounds from the Airbus 350: https://chongthenomad.bandcamp.com/track/non-stop.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}