Information about plays

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

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

{
    "id": 3585346,
    "uri": "https://api.kexp.org/v2/plays/3585346/?format=api",
    "airdate": "2025-12-01T08:07:11-08:00",
    "show": 65261,
    "show_uri": "https://api.kexp.org/v2/shows/65261/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Brass in Pocket",
    "track_id": null,
    "recording_id": "6b2dcb08-8360-4247-9cbd-660beb2b2a8c",
    "artist": "Pretenders",
    "artist_ids": [
        "e9c832b0-384b-4ee6-aec0-111372784aac"
    ],
    "album": "Pretenders",
    "release_id": null,
    "release_group_id": "448c8d23-3118-397f-9b81-a560c799f27a",
    "labels": [
        "Edsel Records"
    ],
    "label_ids": [
        "a4a01f0f-c349-4352-9075-b268f6ef0f48"
    ],
    "release_date": "1979-12-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I did not like it at first. I said that would go out over my dead body. That was my famous quote. I didn’t like it because I didn’t think it knew what it was. I thought it sounded like it was trying to be a Motown song, but it didn’t quite get it. ... But now I like that song because it’s one of those songs that served me well. I didn’t like my voice on it. I was kind of a new singer, and listening to my voice made me kind of cringe. ... Anyway, Brass in Pocket, it’s all right I like it.\" - Chrissie Hynde https://americansongwriter.com/behind-the-song-brass-in-pocket-by-the-pretenders/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}