Information about plays

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

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

{
    "id": 3547398,
    "uri": "https://api.kexp.org/v2/plays/3547398/?format=api",
    "airdate": "2025-09-01T02:47:57-07:00",
    "show": 64442,
    "show_uri": "https://api.kexp.org/v2/shows/64442/?format=api",
    "image_uri": "https://coverartarchive.org/release/38f80289-7102-4c82-9946-83dae641e1a0/31680473322-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/38f80289-7102-4c82-9946-83dae641e1a0/31680473322-250.jpg",
    "song": "Collage",
    "track_id": null,
    "recording_id": "07abd365-50c3-4aa2-96b4-c68a4b46ae3a",
    "artist": "Lady Blackbird",
    "artist_ids": [
        "5e779832-3109-419b-b713-9165809ac1cf"
    ],
    "album": "Black Acid Soul",
    "release_id": null,
    "release_group_id": "6854137c-5264-40f7-ae51-84ac07cf9be5",
    "labels": [
        "BMG Rights Management"
    ],
    "label_ids": [
        "49b3f86b-46e5-40bf-b05c-f8ee4eb89327"
    ],
    "release_date": "2021-09-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}