Information about plays

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

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

{
    "id": 3603010,
    "uri": "https://api.kexp.org/v2/plays/3603010/?format=api",
    "airdate": "2026-01-11T09:26:51-08:00",
    "show": 65622,
    "show_uri": "https://api.kexp.org/v2/shows/65622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When the Saints Go Marching In",
    "track_id": null,
    "recording_id": "f2902446-47a3-47b2-82d5-69a57ce4da1b",
    "artist": "Bo Diddley",
    "artist_ids": [
        "bf659d74-0b61-488c-8a7d-594f43bed9e0"
    ],
    "album": "Two Great Guitars",
    "release_id": null,
    "release_group_id": "68e37d0a-da3a-4804-bc04-b1baca7607f7",
    "labels": [
        "Checker"
    ],
    "label_ids": [
        "5916423d-19c2-490b-bcae-94e5a81061a0"
    ],
    "release_date": "1964-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From an EP with label mate Chuck Berry who has just been released from prison.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}