Information about plays

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

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

{
    "id": 3549396,
    "uri": "https://api.kexp.org/v2/plays/3549396/?format=api",
    "airdate": "2025-09-05T22:48:56-07:00",
    "show": 64485,
    "show_uri": "https://api.kexp.org/v2/shows/64485/?format=api",
    "image_uri": "https://coverartarchive.org/release/0374c865-d70b-4bca-a72f-09b0a962e914/40556331019-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0374c865-d70b-4bca-a72f-09b0a962e914/40556331019-250.jpg",
    "song": "Panhandling",
    "track_id": null,
    "recording_id": "22fc9ba7-6763-4025-9091-607d1b4f43cb",
    "artist": "Bris",
    "artist_ids": [
        "b6679648-f234-4da7-8412-d845b47602d5"
    ],
    "album": "Panhandling",
    "release_id": null,
    "release_group_id": "b14b0ed3-e4a0-4bd8-9d43-5d74ab6cafdc",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-08-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}