Information about plays

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

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

{
    "id": 3622313,
    "uri": "https://api.kexp.org/v2/plays/3622313/?format=api",
    "airdate": "2026-02-25T22:26:21-08:00",
    "show": 66031,
    "show_uri": "https://api.kexp.org/v2/shows/66031/?format=api",
    "image_uri": "https://coverartarchive.org/release/6a557839-2a65-43dd-822f-89df42420f19/36773253857-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6a557839-2a65-43dd-822f-89df42420f19/36773253857-250.jpg",
    "song": "Moonshake",
    "track_id": null,
    "recording_id": "0e8ffea2-44fe-4390-9d6e-7da0d5929eb6",
    "artist": "Can",
    "artist_ids": [
        "13501c7d-d181-45ba-af52-5f101d8516a0"
    ],
    "album": "Future Days",
    "release_id": null,
    "release_group_id": "aa41b178-9f16-3dc4-84b6-e9ad8b5be4b8",
    "labels": [
        "United Artists"
    ],
    "label_ids": [
        "f1477534-482c-41bd-8219-870a199728ee"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fourth record from the mighty Can.\n\nhttps://canofficial.bandcamp.com/album/future-days",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}