Information about plays

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

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

{
    "id": 3534847,
    "uri": "https://api.kexp.org/v2/plays/3534847/?format=api",
    "airdate": "2025-08-02T06:50:00-07:00",
    "show": 64176,
    "show_uri": "https://api.kexp.org/v2/shows/64176/?format=api",
    "image_uri": "https://coverartarchive.org/release/b2582f81-85a6-4c66-b55f-f299d3a466c7/18869751926-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b2582f81-85a6-4c66-b55f-f299d3a466c7/18869751926-250.jpg",
    "song": "Sovereign",
    "track_id": null,
    "recording_id": "d6290ebb-2b70-4d5a-a0df-22660cffafeb",
    "artist": "Yellow Swans",
    "artist_ids": [
        "29211ed2-d9be-4098-8185-0982ee0d5478"
    ],
    "album": "Going Places",
    "release_id": null,
    "release_group_id": "660f3954-f2f1-485a-9065-26d8fa5b0e4a",
    "labels": [
        "Type"
    ],
    "label_ids": [
        "63a3d3b8-28ad-45c4-bb23-93927a69cb99"
    ],
    "release_date": "2010-03-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}