Information about plays

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

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

{
    "id": 3529710,
    "uri": "https://api.kexp.org/v2/plays/3529710/?format=api",
    "airdate": "2025-07-21T00:04:38-07:00",
    "show": 64070,
    "show_uri": "https://api.kexp.org/v2/shows/64070/?format=api",
    "image_uri": "https://coverartarchive.org/release/e7bea052-5e14-4530-a076-f7908899f8aa/6230216391-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e7bea052-5e14-4530-a076-f7908899f8aa/6230216391-250.jpg",
    "song": "A Song for the Lovers",
    "track_id": null,
    "recording_id": "043cef0c-6611-4b37-8a94-31364509e710",
    "artist": "Richard Ashcroft",
    "artist_ids": [
        "2d1d8985-47bc-4244-8cc3-577584e411f6"
    ],
    "album": "A Song for the Lovers",
    "release_id": null,
    "release_group_id": "52a8f3ba-b9b9-3e88-8644-f142401994be",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2000-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}