Information about plays

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

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

{
    "id": 3618130,
    "uri": "https://api.kexp.org/v2/plays/3618130/?format=api",
    "airdate": "2026-02-16T03:39:36-08:00",
    "show": 65947,
    "show_uri": "https://api.kexp.org/v2/shows/65947/?format=api",
    "image_uri": "https://dn711102.ca.archive.org/0/items/mbid-08972b3b-a5ce-3e51-9085-8a12f2753879/mbid-08972b3b-a5ce-3e51-9085-8a12f2753879-25713863330_thumb500.jpg",
    "thumbnail_uri": "https://dn711102.ca.archive.org/0/items/mbid-08972b3b-a5ce-3e51-9085-8a12f2753879/mbid-08972b3b-a5ce-3e51-9085-8a12f2753879-25713863330_thumb250.jpg",
    "song": "Sarah",
    "track_id": "93a0cdb0-0865-31a1-ba6d-21c50fb30baa",
    "recording_id": "4d91c80f-9920-4e19-800e-3c5072f27e67",
    "artist": "Mojave 3",
    "artist_ids": [
        "abf74786-2f3e-47e0-ae68-69a55c13909a"
    ],
    "album": "Ask Me Tomorrow",
    "release_id": "08972b3b-a5ce-3e51-9085-8a12f2753879",
    "release_group_id": "225de0e3-30af-3698-9a8f-e393a6abd0bf",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}