Information about plays

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

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

{
    "id": 3540901,
    "uri": "https://api.kexp.org/v2/plays/3540901/?format=api",
    "airdate": "2025-08-16T19:57:41-07:00",
    "show": 64308,
    "show_uri": "https://api.kexp.org/v2/shows/64308/?format=api",
    "image_uri": "https://coverartarchive.org/release/3ebdc38f-822c-41e1-99e5-5987a4fb7e30/41071130596-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3ebdc38f-822c-41e1-99e5-5987a4fb7e30/41071130596-250.jpg",
    "song": "Thinkin’ Bout Drinkin’",
    "track_id": null,
    "recording_id": "d43d974e-71d2-4b32-9f39-0a263b66f853",
    "artist": "Smoker Dad",
    "artist_ids": [
        "0c065d11-3fcc-4ca7-ad62-4cbcad0b3901"
    ],
    "album": "Hotdog Highway",
    "release_id": null,
    "release_group_id": "bc802a11-ee53-49cf-bfc0-38ac9854fb5f",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-10-24",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}