Information about plays

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

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

{
    "id": 3623918,
    "uri": "https://api.kexp.org/v2/plays/3623918/?format=api",
    "airdate": "2026-03-01T10:42:25-08:00",
    "show": 66062,
    "show_uri": "https://api.kexp.org/v2/shows/66062/?format=api",
    "image_uri": "https://coverartarchive.org/release/32f5db40-aabe-4ac9-b2b6-13848ed784b8/39240332261-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/32f5db40-aabe-4ac9-b2b6-13848ed784b8/39240332261-250.jpg",
    "song": "One More Night",
    "track_id": null,
    "recording_id": "a7d9d806-ba21-4a71-9136-ab1b2320d212",
    "artist": "Jenny Don’t and the Spurs",
    "artist_ids": [
        "b9044aef-8728-465c-aec8-c467826b55e8"
    ],
    "album": "Broken Hearted Blue",
    "release_id": null,
    "release_group_id": "88c5edf5-9883-4b92-a0ca-14d648f75605",
    "labels": [
        "Fluff & Gravy"
    ],
    "label_ids": [
        "f9d66f9d-0070-4a6f-bbec-c06eb75c88a7"
    ],
    "release_date": "2024-06-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pacific North Western country rock music \nhttps://audiotree.bandcamp.com/album/jenny-dont-and-the-spurs-on-audiotree-live",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}