Information about plays

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

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

{
    "id": 3539439,
    "uri": "https://api.kexp.org/v2/plays/3539439/?format=api",
    "airdate": "2025-08-13T03:41:42-07:00",
    "show": 64275,
    "show_uri": "https://api.kexp.org/v2/shows/64275/?format=api",
    "image_uri": "https://coverartarchive.org/release/1292a5c1-7c6d-4e22-9d4d-d99876517e03/6009903888-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1292a5c1-7c6d-4e22-9d4d-d99876517e03/6009903888-250.jpg",
    "song": "Feel So Good",
    "track_id": null,
    "recording_id": null,
    "artist": "Spacemen 3",
    "artist_ids": [
        "19e818e4-0bbe-41fc-9589-c444b4165bf1"
    ],
    "album": "The Perfect Prescription",
    "release_id": null,
    "release_group_id": "d2e3c169-3f87-3ffe-bc88-ad95386cc378",
    "labels": [
        "Fire"
    ],
    "label_ids": [],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": ": )",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}