Information about plays

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

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

{
    "id": 3549820,
    "uri": "https://api.kexp.org/v2/plays/3549820/?format=api",
    "airdate": "2025-09-06T23:41:13-07:00",
    "show": 64495,
    "show_uri": "https://api.kexp.org/v2/shows/64495/?format=api",
    "image_uri": "https://coverartarchive.org/release/4d491146-0fac-43fa-bec2-bbe87ec451cf/37842513497-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4d491146-0fac-43fa-bec2-bbe87ec451cf/37842513497-250.jpg",
    "song": "Triple Dragon",
    "track_id": null,
    "recording_id": "aca85efc-67cf-4fde-93c4-f6e057c79189",
    "artist": "Checkpoint",
    "artist_ids": [
        "fa5e3ea6-d7fe-492d-8774-f69a4790d980"
    ],
    "album": "Drift",
    "release_id": null,
    "release_group_id": "8d054adc-8af6-4230-9639-6a0eb44dba7c",
    "labels": [
        "Erste Theke Tonträger"
    ],
    "label_ids": [
        "15f0dbde-4147-48a8-bf1e-d08282486465"
    ],
    "release_date": "2023-10-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Melbourne, Australia\n\nhttps://checkpoint.bandcamp.com/album/d-r-i-f-t",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}