Information about plays

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

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

{
    "id": 3619598,
    "uri": "https://api.kexp.org/v2/plays/3619598/?format=api",
    "airdate": "2026-02-19T17:12:55-08:00",
    "show": 65976,
    "show_uri": "https://api.kexp.org/v2/shows/65976/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rabbit Heart (Raise It Up)",
    "track_id": "4d49e7f2-5ec4-354f-bca3-2cfe2ef3a577",
    "recording_id": "292d1a13-5769-481d-8534-a8e9e6bcbc85",
    "artist": "Florence + the Machine",
    "artist_ids": [
        "5fee3020-513b-48c2-b1f7-4681b01db0c6"
    ],
    "album": "Lungs",
    "release_id": "47e987b4-3570-4ba9-bbcc-aa40d333a517",
    "release_group_id": "50fe703f-173e-496a-9155-b2a495d704e5",
    "labels": [
        "Universal Island Records"
    ],
    "label_ids": [
        "c9df30c6-3a4f-49c1-ad50-53f6a67672da"
    ],
    "release_date": "2009-07-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Florence + the Machine performed this wonderful song live in our studio in 2010: https://www.youtube.com/watch?v=k_dH6wp-qvQ If you'd rather see her live this year, she will be performing at the Climate Pledge Arena in Seattle on May 12th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}