Information about plays

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

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

{
    "id": 3561879,
    "uri": "https://api.kexp.org/v2/plays/3561879/?format=api",
    "airdate": "2025-10-06T03:09:40-07:00",
    "show": 64760,
    "show_uri": "https://api.kexp.org/v2/shows/64760/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’m Sorry I Changed",
    "track_id": null,
    "recording_id": "474e1c2b-6ac0-46e5-a34e-137d386a0931",
    "artist": "T H R O N E & Corey Dunn",
    "artist_ids": [
        "9ea0dc3b-cebc-4793-9f5a-339ab0abd6df",
        "5c149dd0-878e-45b9-a463-99b32cbf0fda"
    ],
    "album": "Royal Jelly",
    "release_id": null,
    "release_group_id": "449f3d27-d2b5-4862-be36-c262be830735",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-05-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mvskoke\n\nT H R O N E is a hip-hop duo of two-spirit artist YVHIKV (they/them) and Hayathes, aka H. \n\nThe 2024 album, Singing Bear Speaks, is their most recent release: https://linktr.ee/waytoothrone",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}