Information about plays

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

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

{
    "id": 3522448,
    "uri": "https://api.kexp.org/v2/plays/3522448/?format=api",
    "airdate": "2025-07-04T06:42:59-07:00",
    "show": 63914,
    "show_uri": "https://api.kexp.org/v2/shows/63914/?format=api",
    "image_uri": "https://dn721600.ca.archive.org/0/items/mbid-c28eb04e-74e8-4809-bdc6-426d483d60fc/mbid-c28eb04e-74e8-4809-bdc6-426d483d60fc-34061799208_thumb500.jpg",
    "thumbnail_uri": "https://ia801407.us.archive.org/29/items/mbid-c28eb04e-74e8-4809-bdc6-426d483d60fc/mbid-c28eb04e-74e8-4809-bdc6-426d483d60fc-34061799208_thumb250.jpg",
    "song": "What They Call Us",
    "track_id": "31c822be-55c9-4247-a57d-645cdb8e1f31",
    "recording_id": "6ebedf36-c77d-4a20-8362-1d23e781365e",
    "artist": "Fever Ray",
    "artist_ids": [
        "f7df5df4-4dfa-459d-972b-1ba051c15ddc"
    ],
    "album": "Radical Romantics",
    "release_id": "c28eb04e-74e8-4809-bdc6-426d483d60fc",
    "release_group_id": "0babcbe7-a768-4d30-a0a6-3a9098f53a94",
    "labels": [
        "Rabid Records"
    ],
    "label_ids": [
        "b8187842-d82d-4489-8702-37c758da3e28"
    ],
    "release_date": "2023-03-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sweden\n\nRequest from Jim from Baltimore!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}