Information about plays

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

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

{
    "id": 3570108,
    "uri": "https://api.kexp.org/v2/plays/3570108/?format=api",
    "airdate": "2025-10-26T05:27:05-07:00",
    "show": 64937,
    "show_uri": "https://api.kexp.org/v2/shows/64937/?format=api",
    "image_uri": "https://coverartarchive.org/release/0578bfda-808e-472c-93cc-d027a0588ce5/29091228263-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0578bfda-808e-472c-93cc-d027a0588ce5/29091228263-250.jpg",
    "song": "Friendships and Love",
    "track_id": null,
    "recording_id": "3835a793-9601-4fdb-8bc8-96e5b82224f4",
    "artist": "Rocketship",
    "artist_ids": [
        "eac97210-6b86-46a3-85fb-62fa350b9bab"
    ],
    "album": "A Certain Smile, a Certain Sadness",
    "release_id": null,
    "release_group_id": "06e5f3d1-3576-3898-a30c-ab30ac45010e",
    "labels": [
        "Slumberland"
    ],
    "label_ids": [],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "And all of Rocketship - https://rocketship.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}