Information about plays

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

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

{
    "id": 3637775,
    "uri": "https://api.kexp.org/v2/plays/3637775/?format=api",
    "airdate": "2026-04-04T16:14:33-07:00",
    "show": 66366,
    "show_uri": "https://api.kexp.org/v2/shows/66366/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Who Do You Love",
    "track_id": "ca69bae4-535c-4182-9ec0-c3ce485de4f0",
    "recording_id": "1fd032ae-5fd7-40e3-8f98-bf3e53c3282b",
    "artist": "Brother Wallace",
    "artist_ids": [
        "35255da9-dcca-4f0e-98bc-727fa6364718"
    ],
    "album": "Electric Love",
    "release_id": "efa1c997-4c78-475c-8d0a-8c9089e03bac",
    "release_group_id": "72d2c442-ca86-45d8-a0a5-92cc8bd522e6",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2026-05-08",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://brotherwallace.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}