Information about plays

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

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

{
    "id": 3583557,
    "uri": "https://api.kexp.org/v2/plays/3583557/?format=api",
    "airdate": "2025-11-27T06:45:46-08:00",
    "show": 65221,
    "show_uri": "https://api.kexp.org/v2/shows/65221/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Saving the Bird",
    "track_id": null,
    "recording_id": "003d19a7-7133-4c63-9b5f-ef4fec9124ae",
    "artist": "Bob's Burgers & John Roberts",
    "artist_ids": [
        "d0f40226-52b5-44d6-903c-10e670b446d1",
        "8921b8ae-6870-40ce-859d-fbcdd6006299"
    ],
    "album": "Thanksgiving",
    "release_id": null,
    "release_group_id": "f38efb54-6a1d-4b9e-b806-58aa4db1d366",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2020-11-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's a fun version of this song featuring The National and a relieved turkey, from Bob's Burgers. \nhttps://www.youtube.com/watch?v=5O5SGtAP1e8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}