Information about plays

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

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

{
    "id": 3633007,
    "uri": "https://api.kexp.org/v2/plays/3633007/?format=api",
    "airdate": "2026-03-24T05:48:56-07:00",
    "show": 66266,
    "show_uri": "https://api.kexp.org/v2/shows/66266/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Want That Man",
    "track_id": "22ba384e-e163-4bfc-9ae2-4c71db489da7",
    "recording_id": "229735f7-7bd2-4ad7-b02d-da1692df8602",
    "artist": "Deborah Harry",
    "artist_ids": [
        "2e229823-0fc2-438b-aacb-5de02bd0b9b7"
    ],
    "album": "Get Out",
    "release_id": "f4f1c637-4993-4bde-ae78-70bc88729a22",
    "release_group_id": "1be5fc05-7a17-44ae-be4a-79c28c20f2dd",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In a classic 1980s pop crossover, Alannah Currie (of the Thompson Twins) and her partner Tom Bailey wrote and produced \"I Want That Man\" for Debbie Harry’s 1989 solo album, Def, Dumb & Blonde.\n\nWhile Currie co-wrote the lyrics and concept, Tom Bailey handled the production. He brought in a polished, radio-ready sound that helped revitalize Harry’s solo career.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}