Information about plays

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

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

{
    "id": 3593286,
    "uri": "https://api.kexp.org/v2/plays/3593286/?format=api",
    "airdate": "2025-12-20T00:49:32-08:00",
    "show": 65423,
    "show_uri": "https://api.kexp.org/v2/shows/65423/?format=api",
    "image_uri": "https://coverartarchive.org/release/795d1c04-306c-4761-beae-fc14e3eb0479/4249728957-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/795d1c04-306c-4761-beae-fc14e3eb0479/4249728957-250.jpg",
    "song": "Los Angeles Times",
    "track_id": null,
    "recording_id": "7c67348d-490f-41fe-a59f-c2eac18f96e7",
    "artist": "Xzibit",
    "artist_ids": [
        "9e839dc3-55f3-4492-ad0e-a1a2e84275e2"
    ],
    "album": "40 Dayz & 40 Nightz",
    "release_id": null,
    "release_group_id": "3badd8d8-fece-318d-9856-9bc560428ba3",
    "labels": [
        "Loud Records"
    ],
    "label_ids": [
        "32f6ca53-2be0-4dcd-8c08-e46eb6a018aa"
    ],
    "release_date": "1998-08-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}