Information about plays

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

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

{
    "id": 3610744,
    "uri": "https://api.kexp.org/v2/plays/3610744/?format=api",
    "airdate": "2026-01-29T19:52:13-08:00",
    "show": 65788,
    "show_uri": "https://api.kexp.org/v2/shows/65788/?format=api",
    "image_uri": "https://coverartarchive.org/release/27d7e528-718a-43d7-93ff-70f73cd76d39/32491064906-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/27d7e528-718a-43d7-93ff-70f73cd76d39/32491064906-250.jpg",
    "song": "그 때의 기억 The Memory of the Time",
    "track_id": null,
    "recording_id": "fc09b13d-74d2-4496-96a8-a23e176c9ce4",
    "artist": "Say Sue Me",
    "artist_ids": [
        "6533674b-9d30-4328-bdfe-92318e12e53a"
    ],
    "album": "The Last Thing Left",
    "release_id": null,
    "release_group_id": "9630da2f-171b-4c5a-9432-6dc4dfc1afc2",
    "labels": [
        "Damnably"
    ],
    "label_ids": [
        "3f19f500-a241-45e2-8c46-4f309d81a054"
    ],
    "release_date": "2022-05-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Busan\n\nhttps://music.saysue.me/album/the-last-thing-left",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}