Information about plays

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

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

{
    "id": 3639739,
    "uri": "https://api.kexp.org/v2/plays/3639739/?format=api",
    "airdate": "2026-04-09T04:30:14-07:00",
    "show": 66404,
    "show_uri": "https://api.kexp.org/v2/shows/66404/?format=api",
    "image_uri": "https://coverartarchive.org/release/26cb4e6e-dd14-4fd9-a3f9-d1ffead555b6/41668991681-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/26cb4e6e-dd14-4fd9-a3f9-d1ffead555b6/41668991681-250.jpg",
    "song": "Boops!",
    "track_id": null,
    "recording_id": "42d4e86d-2dc2-4e27-96c4-754283a08192",
    "artist": "Super Cat",
    "artist_ids": [
        "2d5fbbfd-27a7-4b74-848a-2b1f24fa1d0a"
    ],
    "album": "Boops!",
    "release_id": null,
    "release_group_id": "811838da-e575-4982-aa04-1e1622052e70",
    "labels": [
        "Skengdon"
    ],
    "label_ids": [
        "4bdae9c4-1182-421a-887b-a226a15c9ae8"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}