Information about plays

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

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

{
    "id": 3589089,
    "uri": "https://api.kexp.org/v2/plays/3589089/?format=api",
    "airdate": "2025-12-09T22:13:08-08:00",
    "show": 65335,
    "show_uri": "https://api.kexp.org/v2/shows/65335/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cool Slut",
    "track_id": "09b2fc6f-de05-45e6-ba9c-a45bc85fca9b",
    "recording_id": "f000e24b-0590-4bf8-9ff8-648662063219",
    "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"
}