Information about plays

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

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

{
    "id": 3593125,
    "uri": "https://api.kexp.org/v2/plays/3593125/?format=api",
    "airdate": "2025-12-19T15:31:40-08:00",
    "show": 65419,
    "show_uri": "https://api.kexp.org/v2/shows/65419/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "True Believer",
    "track_id": "c2bb8da3-26e5-4aab-87d6-f45039b0e159",
    "recording_id": "4572ed65-0493-485d-ab04-1efd0aee1956",
    "artist": "Hayley Williams",
    "artist_ids": [
        "b4b5b5a7-feff-47d0-9458-83d0d135a692"
    ],
    "album": "Ego Death at a Bachelorette Party",
    "release_id": "e81825cd-8e2e-49c4-b85c-1d151138a0d8",
    "release_group_id": "15c3b397-9652-4537-a14b-7eb8489092ff",
    "labels": [
        "Post Atlantic"
    ],
    "label_ids": [
        "2d2bfb8e-361e-4147-a1c3-c9027303fc19"
    ],
    "release_date": "2025-08-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#39\n\n\nParamore's Hayley Williams speaks on her new Solo album \"Ego Death at a Bachelorette Party\"\nhttps://medium.com/@thegianaedit/true-believer-hayley-williams-southern-ghosts-and-seeing-through-the-bs-641e29221788",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}