Information about plays

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

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

{
    "id": 3520341,
    "uri": "https://api.kexp.org/v2/plays/3520341/?format=api",
    "airdate": "2025-06-29T09:27:39-07:00",
    "show": 63869,
    "show_uri": "https://api.kexp.org/v2/shows/63869/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shaggy Dad",
    "track_id": null,
    "recording_id": "03afc117-43a0-4f0e-be6f-65f554eeded5",
    "artist": "Lightnin’ Hopkins",
    "artist_ids": [
        "d5c55b61-78b8-40c9-be1b-de7517c3aebb"
    ],
    "album": "Something Blue",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in Muscle Shoals ; originally released on 1967 self-titled album on Verve-Folkways ; live video of \"Baby Please Don't Go\": https://www.youtube.com/watch?v=lK5zYI86wIw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}