Information about plays

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

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

{
    "id": 3618124,
    "uri": "https://api.kexp.org/v2/plays/3618124/?format=api",
    "airdate": "2026-02-16T03:13:41-08:00",
    "show": 65947,
    "show_uri": "https://api.kexp.org/v2/shows/65947/?format=api",
    "image_uri": "https://dn721302.ca.archive.org/0/items/mbid-7df9285c-a82d-4583-a7d9-98d83e22e09f/mbid-7df9285c-a82d-4583-a7d9-98d83e22e09f-23645615845_thumb500.jpg",
    "thumbnail_uri": "https://dn721302.ca.archive.org/0/items/mbid-7df9285c-a82d-4583-a7d9-98d83e22e09f/mbid-7df9285c-a82d-4583-a7d9-98d83e22e09f-23645615845_thumb250.jpg",
    "song": "This Town",
    "track_id": "24a400f8-c498-3fcc-a023-044b29977fde",
    "recording_id": "0e87bb30-c791-4992-80ee-3e76f64a8cfd",
    "artist": "The Bees",
    "artist_ids": [
        "276cfa71-caa8-4bf4-b522-39a8086e7c6b"
    ],
    "album": "Sunshine Hit Me",
    "release_id": "7df9285c-a82d-4583-a7d9-98d83e22e09f",
    "release_group_id": "56d42e63-7052-325d-a46d-adf95ca55747",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2003-02-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}