Information about plays

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

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

{
    "id": 3549132,
    "uri": "https://api.kexp.org/v2/plays/3549132/?format=api",
    "airdate": "2025-09-05T06:53:41-07:00",
    "show": 64478,
    "show_uri": "https://api.kexp.org/v2/shows/64478/?format=api",
    "image_uri": "https://ia600106.us.archive.org/23/items/mbid-64d4f775-d40e-4147-a0e6-d6caeb712e71/mbid-64d4f775-d40e-4147-a0e6-d6caeb712e71-40451908696_thumb500.jpg",
    "thumbnail_uri": "https://ia600106.us.archive.org/23/items/mbid-64d4f775-d40e-4147-a0e6-d6caeb712e71/mbid-64d4f775-d40e-4147-a0e6-d6caeb712e71-40451908696_thumb250.jpg",
    "song": "Oh Happy Day",
    "track_id": "7b70f6ca-43b4-381a-b6a4-76db35d9ad76",
    "recording_id": "64993259-009f-4224-974d-9f28ceb560d4",
    "artist": "Edwin Hawkins Singers",
    "artist_ids": [
        "a3d57b03-9fb7-4eee-9acd-17713803c553"
    ],
    "album": "Soul Hits of the '70s: Didn't It Blow Your Mind! Volume 1",
    "release_id": "64d4f775-d40e-4147-a0e6-d6caeb712e71",
    "release_group_id": "b1cf28d2-8fd2-367b-b1af-2cb252abcf10",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another perfect song!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}