Information about plays

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

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

{
    "id": 3573412,
    "uri": "https://api.kexp.org/v2/plays/3573412/?format=api",
    "airdate": "2025-11-03T07:36:32-08:00",
    "show": 65012,
    "show_uri": "https://api.kexp.org/v2/shows/65012/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Church & State",
    "track_id": "5fe8e9f1-8075-4da2-9d6c-02c3a6e8127c",
    "recording_id": "878db43b-d43a-4054-aa8d-f2dce43d7ea2",
    "artist": "Brandi Carlile",
    "artist_ids": [
        "baf05baf-69fb-47dd-93c2-033536b8c385"
    ],
    "album": "Returning To Myself",
    "release_id": "f2a91010-7566-46d7-a7c6-a67f5338d571",
    "release_group_id": "57acb85c-ec18-4e4c-8c6a-9052a7115ece",
    "labels": [
        "Interscope Records",
        "Lost Highway Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2",
        "5b34c929-fd09-4b57-a8bf-1e8eb0f21c12"
    ],
    "release_date": "2025-10-24",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The AMAZING Brandi Carlile on SNL this weekend! \nhttps://www.youtube.com/watch?v=3bZnji_Lq-g",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}