Information about plays

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

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

{
    "id": 3550374,
    "uri": "https://api.kexp.org/v2/plays/3550374/?format=api",
    "airdate": "2025-09-08T08:26:54-07:00",
    "show": 64508,
    "show_uri": "https://api.kexp.org/v2/shows/64508/?format=api",
    "image_uri": "https://ia903107.us.archive.org/22/items/mbid-25b3c0ab-1f98-4a94-9121-6074c1c81410/mbid-25b3c0ab-1f98-4a94-9121-6074c1c81410-24751406089_thumb500.jpg",
    "thumbnail_uri": "https://ia803107.us.archive.org/22/items/mbid-25b3c0ab-1f98-4a94-9121-6074c1c81410/mbid-25b3c0ab-1f98-4a94-9121-6074c1c81410-24751406089_thumb250.jpg",
    "song": "Copperhead Road",
    "track_id": "ee87d059-820e-39e3-8708-9b7dd0093a63",
    "recording_id": "567dbe86-c57a-459c-9a58-7d4f8863b426",
    "artist": "Steve Earle",
    "artist_ids": [
        "ec863030-7c13-45a3-a025-a69195d3a020"
    ],
    "album": "Copperhead Road",
    "release_id": "25b3c0ab-1f98-4a94-9121-6074c1c81410",
    "release_group_id": "49e94e1c-ee94-31b8-8266-07cbefd0e965",
    "labels": [
        "UNI Records"
    ],
    "label_ids": [
        "83dedbf0-9cd7-470a-b317-0bb724785b20"
    ],
    "release_date": "1988-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Copperhead Road is the third studio album by Steve Earle, released in 1988.\n\nThe album is often referred to as Earle’s first “rock record”; Earle himself calls it the world’s first blend of heavy metal and bluegrass, and the January 26, 1989 review of the album by Rolling Stone suggested that the style be called “power twang”.\n\nSteve Earle performed this song live in the KEXP studio in 2015: https://www.youtube.com/watch?v=Uc-_NKxwFU4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}