Information about plays

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

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

{
    "id": 3630624,
    "uri": "https://api.kexp.org/v2/plays/3630624/?format=api",
    "airdate": "2026-03-18T12:38:56-07:00",
    "show": 66214,
    "show_uri": "https://api.kexp.org/v2/shows/66214/?format=api",
    "image_uri": "https://dn710900.ca.archive.org/0/items/mbid-6a108d9a-7125-4fe4-acd5-56f53ee0f1c6/mbid-6a108d9a-7125-4fe4-acd5-56f53ee0f1c6-44407115591_thumb500.jpg",
    "thumbnail_uri": "https://dn710900.ca.archive.org/0/items/mbid-6a108d9a-7125-4fe4-acd5-56f53ee0f1c6/mbid-6a108d9a-7125-4fe4-acd5-56f53ee0f1c6-44407115591_thumb250.jpg",
    "song": "Sorry (That I Love You)",
    "track_id": "90d5789e-28c5-4a34-98e2-8d82903a2c86",
    "recording_id": "f7538fd7-abfd-4706-a9b6-5499df086956",
    "artist": "Liz Cooper",
    "artist_ids": [
        "699a5d91-d4a1-458d-8406-ec9c94cf6c4d"
    ],
    "album": "New Day",
    "release_id": "6a108d9a-7125-4fe4-acd5-56f53ee0f1c6",
    "release_group_id": "3f39f030-7cae-4111-af93-669813ed1366",
    "labels": [
        "Sleepyhead Music"
    ],
    "label_ids": [
        "20f62298-3fcb-4d62-8b6c-653bba59191a"
    ],
    "release_date": "2026-02-20",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'New Day' is out now!\n\nLiz Cooper is also on tour!\nMarch 22nd at the Cornerstone in Berkeley and March 25th at the Sunset Tavern in Seattle!\n\nhttps://lizcoopermusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}