Information about plays

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

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

{
    "id": 3637523,
    "uri": "https://api.kexp.org/v2/plays/3637523/?format=api",
    "airdate": "2026-04-04T02:05:52-07:00",
    "show": 66360,
    "show_uri": "https://api.kexp.org/v2/shows/66360/?format=api",
    "image_uri": "https://coverartarchive.org/release/a727a403-5944-4714-a86e-daea441ec566/44647255448-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a727a403-5944-4714-a86e-daea441ec566/44647255448-250.jpg",
    "song": "Prevail",
    "track_id": null,
    "recording_id": "ef25e5bd-7232-4730-88f9-d0a192301b25",
    "artist": "Mouth Ulcers",
    "artist_ids": [
        "37a17535-c62f-489b-ba75-bb2d0d0afb1e"
    ],
    "album": "Prevail",
    "release_id": null,
    "release_group_id": "4b2c427b-6897-47a1-ab94-2b3017cb1d68",
    "labels": [
        "LAB Records"
    ],
    "label_ids": [
        "71644d1a-4d54-455d-9ed0-94d4b52e3974"
    ],
    "release_date": "2026-02-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://labrecords.bandcamp.com/album/prevail",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}