Information about plays

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

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

{
    "id": 3619269,
    "uri": "https://api.kexp.org/v2/plays/3619269/?format=api",
    "airdate": "2026-02-18T22:31:25-08:00",
    "show": 65970,
    "show_uri": "https://api.kexp.org/v2/shows/65970/?format=api",
    "image_uri": "https://coverartarchive.org/release/dc5bf77b-9848-46bc-b980-9f4e178a3eff/1069253271-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dc5bf77b-9848-46bc-b980-9f4e178a3eff/1069253271-250.jpg",
    "song": "Have Love Will Travel",
    "track_id": null,
    "recording_id": null,
    "artist": "Richard Berry",
    "artist_ids": [
        "79555a90-d2ff-40ff-aaa6-6a4b26488b08"
    ],
    "album": "Have \"Louie\" Will Travel: The 1956-62 Recordings",
    "release_id": null,
    "release_group_id": "1b5e57c9-ad4b-4ddc-8a22-99431842ca91",
    "labels": [
        "Ace"
    ],
    "label_ids": [
        "6ca0c797-97f1-4701-8b62-f2f6d5fd1d10"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Richard Berry released the original version of 'Louie Louie' with his band The Pharaohs in 1956.\n\nhttps://www.louielouie.net",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}