Information about plays

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

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

{
    "id": 3630904,
    "uri": "https://api.kexp.org/v2/plays/3630904/?format=api",
    "airdate": "2026-03-19T05:01:32-07:00",
    "show": 66220,
    "show_uri": "https://api.kexp.org/v2/shows/66220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Where Is My Love",
    "track_id": "6e10fcd6-b23a-3da0-8830-709151779659",
    "recording_id": "aa4a0633-55c8-4afb-9f02-eb5201c34b48",
    "artist": "Cat Power",
    "artist_ids": [
        "05755bf1-380c-487f-983f-d1a02401fa28"
    ],
    "album": "The Greatest",
    "release_id": "23521d8d-fa12-458c-a7f3-89cf9c45f683",
    "release_group_id": "1d09530d-2a86-3495-9de1-6636e5f8a0f1",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning and welcome to Early with Kevin Sur.\n\nCat Power is on tour this summer, check the dates here: https://catpowermusic.com/#tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}