Information about plays

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

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

{
    "id": 3579250,
    "uri": "https://api.kexp.org/v2/plays/3579250/?format=api",
    "airdate": "2025-11-17T04:16:32-08:00",
    "show": 65133,
    "show_uri": "https://api.kexp.org/v2/shows/65133/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Problem",
    "track_id": null,
    "recording_id": null,
    "artist": "LiL Mike & FunnyBone",
    "artist_ids": [
        "7ae501e9-f837-4f8c-a619-81b251a66bd9"
    ],
    "album": "Vibin",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pawnee \t\n\nLil Mike & Funnybone describe themselves as: \"Two natives who put a positive spin on the rap game. As seen on America's Got Talent. Brothers but not twins, Short but not midgets. Unique in every way, You gotta love LiL Mike & FunnyBone.\"  These two brothers were staple characters on Sterlin Harjo's 'Reservation Dogs'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}