Information about plays

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

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

{
    "id": 3600409,
    "uri": "https://api.kexp.org/v2/plays/3600409/?format=api",
    "airdate": "2026-01-05T02:10:25-08:00",
    "show": 65567,
    "show_uri": "https://api.kexp.org/v2/shows/65567/?format=api",
    "image_uri": "https://coverartarchive.org/release/b3ba26ce-3a21-4bf1-b6f5-39f26f4ba796/17686422655-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b3ba26ce-3a21-4bf1-b6f5-39f26f4ba796/17686422655-250.jpg",
    "song": "Suicide City",
    "track_id": null,
    "recording_id": "506cb503-9a2c-4bf7-bfd8-49f03dafa900",
    "artist": "Lee Morgan",
    "artist_ids": [
        "a1235272-3650-4ed7-9317-5a55a08701ec"
    ],
    "album": "!Caramba!",
    "release_id": null,
    "release_group_id": "dcacff75-c1ed-36f9-b139-425cf2612574",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}