Information about plays

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

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

{
    "id": 3641360,
    "uri": "https://api.kexp.org/v2/plays/3641360/?format=api",
    "airdate": "2026-04-12T23:56:13-07:00",
    "show": 66437,
    "show_uri": "https://api.kexp.org/v2/shows/66437/?format=api",
    "image_uri": "https://coverartarchive.org/release/7bbe760e-ef53-49c8-8b37-86503ed71a66/43360615270-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7bbe760e-ef53-49c8-8b37-86503ed71a66/43360615270-250.jpg",
    "song": "The Echo",
    "track_id": null,
    "recording_id": "d820edc5-cdd2-4eeb-9042-e33dacbef9f0",
    "artist": "TEED",
    "artist_ids": [
        "bd075a82-b196-4752-a1bb-3d87be3236a0"
    ],
    "album": "The Echo / Desire (remixes)",
    "release_id": null,
    "release_group_id": "57b2090b-b5de-4ff2-a561-208ad435b241",
    "labels": [
        "Nice Age"
    ],
    "label_ids": [
        "58cfc703-0e5c-421d-96f3-ab4d2967c262"
    ],
    "release_date": "2025-08-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}