Information about plays

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

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

{
    "id": 3611698,
    "uri": "https://api.kexp.org/v2/plays/3611698/?format=api",
    "airdate": "2026-02-01T02:10:53-08:00",
    "show": 65810,
    "show_uri": "https://api.kexp.org/v2/shows/65810/?format=api",
    "image_uri": "https://coverartarchive.org/release/6e09525c-b618-4d72-83ce-10735d693aa6/7847492404-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6e09525c-b618-4d72-83ce-10735d693aa6/7847492404-250.jpg",
    "song": "Aces High",
    "track_id": null,
    "recording_id": "a417472a-142e-46b6-b5aa-cc695706223e",
    "artist": "Iron Maiden",
    "artist_ids": [
        "ca891d65-d9b0-4258-89f7-e6ba29d83767"
    ],
    "album": "Powerslave",
    "release_id": null,
    "release_group_id": "60a20bc8-acac-3cbb-99f9-ce458317233a",
    "labels": [
        "Sanctuary Records"
    ],
    "label_ids": [
        "94469373-73c9-4699-85df-414d577f9a7b"
    ],
    "release_date": "1984-09-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Speedclaw got matching Iron Maiden tattoos on their butt in their music video for \"Allnighter.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}