Information about plays

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

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

{
    "id": 3640100,
    "uri": "https://api.kexp.org/v2/plays/3640100/?format=api",
    "airdate": "2026-04-10T01:02:22-07:00",
    "show": 66412,
    "show_uri": "https://api.kexp.org/v2/shows/66412/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stop Look and Listen",
    "track_id": null,
    "recording_id": "3321e2ba-f4eb-4358-b6d9-4879c81d85aa",
    "artist": "Shelly Manne",
    "artist_ids": [
        "94e4af5f-73a3-43da-96bc-49b759bfabdc"
    ],
    "album": "Jazz from the Pacific Northwest",
    "release_id": null,
    "release_group_id": "2a6b127e-e74e-48a2-9c13-2c7ff6c9ccc2",
    "labels": [
        "Cellar Live"
    ],
    "label_ids": [
        "907d53b4-3c13-4536-97de-5369987abff2"
    ],
    "release_date": "2024-04-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}