Information about plays

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

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

{
    "id": 3427968,
    "uri": "https://api.kexp.org/v2/plays/3427968/?format=api",
    "airdate": "2024-11-20T20:39:00-08:00",
    "show": 61903,
    "show_uri": "https://api.kexp.org/v2/shows/61903/?format=api",
    "image_uri": "https://coverartarchive.org/release/9aa484ba-4254-452a-939e-536b6832a521/34198422468-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9aa484ba-4254-452a-939e-536b6832a521/34198422468-250.jpg",
    "song": "Winter's Theme",
    "track_id": null,
    "recording_id": "ea7db57a-144d-49e1-aa73-c81cb59488ec",
    "artist": "Surprise Chef",
    "artist_ids": [
        "be809d9a-5841-4733-ad12-979ad6047a22"
    ],
    "album": "Education & Recreation",
    "release_id": null,
    "release_group_id": "c5dfb8ad-4102-4faa-95bd-5b4b729c4852",
    "labels": [
        "Big Crown Records"
    ],
    "label_ids": [
        "d730a8be-1452-4c0d-9262-cf4f25f45120"
    ],
    "release_date": "2022-10-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hailing from Melbourne, Australia, Surprise Chef’s stopped by the KEXP studios for a performance in August. Check it out here - https://www.youtube.com/watch?v=Tmw1vpZq3rc\n\nhttps://surprisechef.bandcamp.com/album/education-recreation",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}