Information about plays

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

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

{
    "id": 3628688,
    "uri": "https://api.kexp.org/v2/plays/3628688/?format=api",
    "airdate": "2026-03-14T06:50:43-07:00",
    "show": 66176,
    "show_uri": "https://api.kexp.org/v2/shows/66176/?format=api",
    "image_uri": "https://dn720708.ca.archive.org/0/items/mbid-573e70ee-76db-4563-99f8-7158d31e126d/mbid-573e70ee-76db-4563-99f8-7158d31e126d-12008282751_thumb500.jpg",
    "thumbnail_uri": "https://dn720708.ca.archive.org/0/items/mbid-573e70ee-76db-4563-99f8-7158d31e126d/mbid-573e70ee-76db-4563-99f8-7158d31e126d-12008282751_thumb250.jpg",
    "song": "Hot (Ratatat remix)",
    "track_id": "37378802-6e7e-318d-9a32-8a397e69a2e5",
    "recording_id": "9b388b81-ca55-4804-9811-7d911fa90e7f",
    "artist": "Missy Elliott",
    "artist_ids": [
        "a0b8cb9e-7532-45fe-a74c-30e7c4009a39"
    ],
    "album": "Ratatat Remixes Mixtape, Volume 1",
    "release_id": "573e70ee-76db-4563-99f8-7158d31e126d",
    "release_group_id": "d266919d-2e4a-3a28-a236-ea74c2454eaf",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}