Information about plays

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

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

{
    "id": 3574277,
    "uri": "https://api.kexp.org/v2/plays/3574277/?format=api",
    "airdate": "2025-11-05T10:34:14-08:00",
    "show": 65029,
    "show_uri": "https://api.kexp.org/v2/shows/65029/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The World’s Gone Wrong",
    "track_id": "0d742fd7-c5d8-479a-8bea-308c1245d1d4",
    "recording_id": "6536af9e-88de-4df6-8cc4-8feddc8a6aab",
    "artist": "Lucinda Williams feat. Brittney Spencer",
    "artist_ids": [
        "21685b15-3074-446e-aa1d-ff7157014f53",
        "8e66081a-58f8-4537-b15b-c645b184142d"
    ],
    "album": "World’s Gone Wrong",
    "release_id": "50cdfdd5-5e99-4377-af49-1efb72164e2d",
    "release_group_id": "95970ab5-003f-41fa-a1e2-8557aa41ac04",
    "labels": [
        "Thirty Tigers",
        "Highway 20 Records"
    ],
    "label_ids": [
        "5ecd57fa-e156-453e-94c9-3c8f1832b3ec",
        "dacb9eae-02d6-4677-b812-24449304b03c"
    ],
    "release_date": "2026-01-23",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pre-order the new album \"The World's Gone Wrong\" now! It comes out January 23rd, 2026!\n\nhttps://www.lucindawilliams.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}