Information about plays

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

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

{
    "id": 3582581,
    "uri": "https://api.kexp.org/v2/plays/3582581/?format=api",
    "airdate": "2025-11-25T01:41:02-08:00",
    "show": 65204,
    "show_uri": "https://api.kexp.org/v2/shows/65204/?format=api",
    "image_uri": "https://ia903204.us.archive.org/33/items/mbid-aaf5cf08-8b5e-477a-b1bd-59079fdbef09/mbid-aaf5cf08-8b5e-477a-b1bd-59079fdbef09-43621641167_thumb500.jpg",
    "thumbnail_uri": "https://dn710205.ca.archive.org/0/items/mbid-aaf5cf08-8b5e-477a-b1bd-59079fdbef09/mbid-aaf5cf08-8b5e-477a-b1bd-59079fdbef09-43621641167_thumb250.jpg",
    "song": "let em rock",
    "track_id": "d4c49d4e-0c22-400a-90be-b6c6a922f257",
    "recording_id": "00119bff-7198-41e9-85e6-51a5d07c05a1",
    "artist": "bad tuner",
    "artist_ids": [
        "42f032ab-25e7-445b-85c7-0861ab137aa6"
    ],
    "album": "let em rock",
    "release_id": "aaf5cf08-8b5e-477a-b1bd-59079fdbef09",
    "release_group_id": "7bc099ac-ed5d-45c1-905b-8895afad1b1a",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-11-21",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}