Information about plays

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

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

{
    "id": 3612520,
    "uri": "https://api.kexp.org/v2/plays/3612520/?format=api",
    "airdate": "2026-02-03T03:09:26-08:00",
    "show": 65827,
    "show_uri": "https://api.kexp.org/v2/shows/65827/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Danger",
    "track_id": null,
    "recording_id": "66b68b54-7309-4a01-a97d-80cfac3226c5",
    "artist": "Lemon D",
    "artist_ids": [
        "69f9a51f-9c1d-4a7a-9848-e08d8ab17225"
    ],
    "album": "All Junglists EP",
    "release_id": null,
    "release_group_id": "9c2a7a32-6acd-49f2-b646-208ab3e73138",
    "labels": [
        "Infrared"
    ],
    "label_ids": [
        "242586df-92d5-464b-9d9d-14757c167f7f"
    ],
    "release_date": "2024-11-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://infraredrecords.bandcamp.com/album/lemon-d-all-junglists-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}