Information about plays

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

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

{
    "id": 3551409,
    "uri": "https://api.kexp.org/v2/plays/3551409/?format=api",
    "airdate": "2025-09-10T19:35:43-07:00",
    "show": 64528,
    "show_uri": "https://api.kexp.org/v2/shows/64528/?format=api",
    "image_uri": "https://coverartarchive.org/release/fd06316d-a554-48e7-a225-c65cddab1514/29598867470-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fd06316d-a554-48e7-a225-c65cddab1514/29598867470-250.jpg",
    "song": "Doxa Notes",
    "track_id": null,
    "recording_id": "07089a89-1cbe-4fae-902d-e5bc8a051c8a",
    "artist": "Arandel feat. Myra Davies",
    "artist_ids": [
        "480ef047-d73a-466c-bac3-c55b42b7f9c7",
        "ddd3341f-bd52-41ca-927c-50beb470f0e1"
    ],
    "album": "InBach vol. 2",
    "release_id": null,
    "release_group_id": "7543a330-5c5f-4293-9ca7-dd8621672d7f",
    "labels": [
        "InFiné"
    ],
    "label_ids": [
        "d920a943-abac-4299-b340-1ad30701b41a"
    ],
    "release_date": "2021-07-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://arandel.bandcamp.com/track/doxa-notes-feat-myra-davies",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}