Information about plays

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

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

{
    "id": 3549054,
    "uri": "https://api.kexp.org/v2/plays/3549054/?format=api",
    "airdate": "2025-09-05T02:27:18-07:00",
    "show": 64477,
    "show_uri": "https://api.kexp.org/v2/shows/64477/?format=api",
    "image_uri": "https://ia800407.us.archive.org/7/items/mbid-99e7d884-6a0a-406b-b3ec-ac07778bef32/mbid-99e7d884-6a0a-406b-b3ec-ac07778bef32-9963222619_thumb500.jpg",
    "thumbnail_uri": "https://ia800407.us.archive.org/7/items/mbid-99e7d884-6a0a-406b-b3ec-ac07778bef32/mbid-99e7d884-6a0a-406b-b3ec-ac07778bef32-9963222619_thumb250.jpg",
    "song": "The Thing",
    "track_id": "2ef92eed-052f-4374-8697-9568f57af2d1",
    "recording_id": "55dd8c60-af51-42fb-8c3f-e29fae11c76d",
    "artist": "Chastity Belt",
    "artist_ids": [
        "944267d5-c0f0-4f4e-b3f2-7987d25d0441"
    ],
    "album": "Time To Go Home",
    "release_id": "9ea29f62-d75f-4c59-899c-026e321a94bb",
    "release_group_id": "7aa62c0f-a19d-4987-a776-e890936fb41e",
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2015-03-24",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}