Information about plays

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

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

{
    "id": 3598828,
    "uri": "https://api.kexp.org/v2/plays/3598828/?format=api",
    "airdate": "2026-01-01T13:06:35-08:00",
    "show": 65533,
    "show_uri": "https://api.kexp.org/v2/shows/65533/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's You I Like",
    "track_id": null,
    "recording_id": "a9eda314-d50b-477a-823c-de6f3986b18a",
    "artist": "Mister Rogers",
    "artist_ids": [
        "87467525-3724-412d-ad3e-595ecb6a3bfd"
    ],
    "album": "You Are Special",
    "release_id": null,
    "release_group_id": "2ac1cb5a-036d-4e3f-8f73-0e23aaaccdc2",
    "labels": [
        "Family Communications"
    ],
    "label_ids": [
        "60039109-ff2c-44e8-8272-56a0d79142ec"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"To love someone is to strive to accept that person exactly the way he or she (or they) is, right here and now.\" --Mister Rogers\n--\nHere's the unique Mister Rogers himself: https://www.youtube.com/watch?v=Mcq5oW0GvD8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}