Information about plays

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

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

{
    "id": 3550018,
    "uri": "https://api.kexp.org/v2/plays/3550018/?format=api",
    "airdate": "2025-09-07T11:36:04-07:00",
    "show": 64499,
    "show_uri": "https://api.kexp.org/v2/shows/64499/?format=api",
    "image_uri": "https://coverartarchive.org/release/51d58ec2-823d-3efa-8b0c-eb390b000606/28905749299-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/51d58ec2-823d-3efa-8b0c-eb390b000606/28905749299-250.jpg",
    "song": "Most Things Haven't Worked Out",
    "track_id": null,
    "recording_id": "3f4d0518-93b4-4348-b347-c8c5766064fa",
    "artist": "Junior Kimbrough",
    "artist_ids": [
        "7032cf8a-ca2e-48c4-bffe-a9a77e223bbb"
    ],
    "album": "Most Things Haven't Worked Out",
    "release_id": null,
    "release_group_id": "cfde6236-f756-33a6-9177-1a7408395511",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "1997-03-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Mississippi blues player recorded this in a juke joint in his home state, opting to keep in the mistakes and missed notes in favor of the live sound.\nhttps://juniorkimbrough.bandcamp.com/album/most-things-havent-worked-out",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}