Information about plays

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

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

{
    "id": 3608051,
    "uri": "https://api.kexp.org/v2/plays/3608051/?format=api",
    "airdate": "2026-01-23T12:33:42-08:00",
    "show": 65731,
    "show_uri": "https://api.kexp.org/v2/shows/65731/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Twin Cinema",
    "track_id": "1631c247-ee0c-3f05-9a48-d31fe6b7a0f3",
    "recording_id": "a4e5dc3a-91de-48f9-82a6-9105a6f7dcd3",
    "artist": "The New Pornographers",
    "artist_ids": [
        "25b75a66-ce83-4db3-b136-395a3c3784c4"
    ],
    "album": "Twin Cinema",
    "release_id": "807ff432-accf-4a49-95e7-e19b170f4db2",
    "release_group_id": "5b36f019-6c92-32e0-be67-433e125859d1",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2005-08-23",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The New Pornographers have announced tour dates to support their forthcoming album, The Former Site Of: \n\n-Seattle on May 8th at the Showbox\n\n-SF at on May 11th The Castro Theatre \n\nThe New Pornographers have visited our studios many times, most recently in 2023: https://www.youtube.com/watch?v=gmO52eQ9lus\n\nhttps://thenewpornos.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}