Information about plays

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

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

{
    "id": 3543113,
    "uri": "https://api.kexp.org/v2/plays/3543113/?format=api",
    "airdate": "2025-08-22T01:28:16-07:00",
    "show": 64352,
    "show_uri": "https://api.kexp.org/v2/shows/64352/?format=api",
    "image_uri": "https://coverartarchive.org/release/7d30c4ef-e2f3-4c9e-b2cf-b211cae4b2b4/39740081743-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7d30c4ef-e2f3-4c9e-b2cf-b211cae4b2b4/39740081743-250.jpg",
    "song": "Frances Farmer Will Have Her Revenge on Seattle",
    "track_id": null,
    "recording_id": "b05f1cfa-ba78-4c22-ac75-fc556fe530e6",
    "artist": "Softcult",
    "artist_ids": [
        "321eaf5a-be21-4faf-a7a0-0a4e59e5ee29"
    ],
    "album": "Frances Farmer Will Have Her Revenge on Seattle",
    "release_id": null,
    "release_group_id": "c7c79370-5582-43d1-b05e-cde662f4c1cb",
    "labels": [
        "Easy Life Records"
    ],
    "label_ids": [
        "8537921c-319d-4c79-b586-df09ca086c42"
    ],
    "release_date": "2022-05-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing August 28th at the Showbox with Nothing and Whirr",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}