Information about plays

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

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

{
    "id": 3639225,
    "uri": "https://api.kexp.org/v2/plays/3639225/?format=api",
    "airdate": "2026-04-07T23:19:18-07:00",
    "show": 66395,
    "show_uri": "https://api.kexp.org/v2/shows/66395/?format=api",
    "image_uri": "https://dn721901.ca.archive.org/0/items/mbid-27eebda8-58cb-4de4-b323-822859b2e3c0/mbid-27eebda8-58cb-4de4-b323-822859b2e3c0-44389752139_thumb500.jpg",
    "thumbnail_uri": "https://dn721901.ca.archive.org/0/items/mbid-27eebda8-58cb-4de4-b323-822859b2e3c0/mbid-27eebda8-58cb-4de4-b323-822859b2e3c0-44389752139_thumb250.jpg",
    "song": "Conflagration Mindset",
    "track_id": "fc721ee9-809b-47e3-8ccc-68b01ab42baa",
    "recording_id": "8f75f0ab-c5a7-40d2-8ab3-b2d4d4850fdd",
    "artist": "Cola",
    "artist_ids": [
        "644ca6ea-a2ff-40b5-bd24-9df719e799ff"
    ],
    "album": "Cost of Living Adjustment",
    "release_id": "27eebda8-58cb-4de4-b323-822859b2e3c0",
    "release_group_id": "46a2c99f-217b-4ebc-b3d1-45ec8a0a964a",
    "labels": [
        "Fire Talk"
    ],
    "label_ids": [
        "80e2d91f-4035-48ef-8a3b-cc81b3f793ed"
    ],
    "release_date": "2026-05-08",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}