Information about plays

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

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

{
    "id": 3549385,
    "uri": "https://api.kexp.org/v2/plays/3549385/?format=api",
    "airdate": "2025-09-05T22:19:28-07:00",
    "show": 64485,
    "show_uri": "https://api.kexp.org/v2/shows/64485/?format=api",
    "image_uri": "https://coverartarchive.org/release/2b4a4904-38b1-4eee-be6d-c0f190e71186/34376366940-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2b4a4904-38b1-4eee-be6d-c0f190e71186/34376366940-250.jpg",
    "song": "Liquid Coke",
    "track_id": null,
    "recording_id": "b8f73d3b-fc33-4459-993c-d65b50492c14",
    "artist": "Roc Marciano & The Alchemist",
    "artist_ids": [
        "9b14ef6d-119b-47b8-9d06-fc72901451e2",
        "03f3deb7-0419-4bf9-a1e7-511946385717"
    ],
    "album": "The Elephant Man’s Bones",
    "release_id": null,
    "release_group_id": "a89c1a1f-8787-42d2-ba69-dd3fcf810cf7",
    "labels": [
        "Marci Enterprises LLC"
    ],
    "label_ids": [
        "3ec91954-52f2-4ac9-9e45-02b7e91169f8"
    ],
    "release_date": "2022-08-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}