Information about plays

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

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

{
    "id": 3627999,
    "uri": "https://api.kexp.org/v2/plays/3627999/?format=api",
    "airdate": "2026-03-12T05:28:11-07:00",
    "show": 66158,
    "show_uri": "https://api.kexp.org/v2/shows/66158/?format=api",
    "image_uri": "https://coverartarchive.org/release/e15af16b-5ddc-459e-b682-68d631f7bdd0/37814851931-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e15af16b-5ddc-459e-b682-68d631f7bdd0/37814851931-250.jpg",
    "song": "Nearly Daffodils",
    "track_id": null,
    "recording_id": "1c418ea0-ee6a-4a81-ac4c-43a46b08853d",
    "artist": "English Teacher",
    "artist_ids": [
        "b60fd6f1-a47a-4021-b8df-83f8e8893e91"
    ],
    "album": "This Could Be Texas",
    "release_id": null,
    "release_group_id": "6a6b9cb9-92c1-45ff-b4ed-940887fc04ca",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2024-04-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the Live on KEXP performance from Leeds band English Teacher here: https://www.youtube.com/watch?v=Qeo4GZMe-FE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}