Information about plays

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

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

{
    "id": 3581693,
    "uri": "https://api.kexp.org/v2/plays/3581693/?format=api",
    "airdate": "2025-11-22T23:34:58-08:00",
    "show": 65184,
    "show_uri": "https://api.kexp.org/v2/shows/65184/?format=api",
    "image_uri": "https://coverartarchive.org/release/ee9edf7b-ad36-444a-bffc-ebd5de773f79/30532658007-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ee9edf7b-ad36-444a-bffc-ebd5de773f79/30532658007-250.jpg",
    "song": "Phone in Sick",
    "track_id": null,
    "recording_id": "568b2ab7-7b68-4641-a66f-4c181bfd2ce2",
    "artist": "Citizen Fish",
    "artist_ids": [
        "5752ebdf-9a18-4935-84ee-03c613d7bf5a"
    ],
    "album": "Millennia Madness",
    "release_id": null,
    "release_group_id": "36e5b454-2afc-3c98-b60e-e65fa3928476",
    "labels": [
        "Bluurg Records"
    ],
    "label_ids": [
        "539e497f-fa8f-4231-85fd-1d25b9c38322"
    ],
    "release_date": "1995-09-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Citizen Fish are an English band that has been active since 1990 and shares members with Subhumans.\n\nhttps://citizenfish.bandcamp.com/\nhttps://alternativetentacles.com/pages/artist-page/citizen-fish",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}