Information about plays

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

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

{
    "id": 3580635,
    "uri": "https://api.kexp.org/v2/plays/3580635/?format=api",
    "airdate": "2025-11-20T12:10:35-08:00",
    "show": 65161,
    "show_uri": "https://api.kexp.org/v2/shows/65161/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let ’Em In",
    "track_id": "91b4010f-32b8-34ab-a540-0dd2f18850c9",
    "recording_id": "c1848ac5-5553-4869-aab9-2548dcd0ec63",
    "artist": "Wings",
    "artist_ids": [
        "d922d727-240a-4432-9a88-05a7cf9bc403"
    ],
    "album": "Wings at the Speed of Sound",
    "release_id": "62860de4-040d-33c0-abf9-c05ea9d8a341",
    "release_group_id": "0b2cbdd8-440a-3503-947e-4643fae1aa2d",
    "labels": [
        "MPL"
    ],
    "label_ids": [
        "58c955fc-064f-4be2-8e7f-7bc0e1c3559a"
    ],
    "release_date": "1976-03-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Let ‘Em In” is the second single and smash hit from 'Wings At The Speed Of Sound.' It was a top 5 hit in the US in the summer of 1976. \n\n--\n\nThe song starts with the sound of a V. & E. Friedland Maestro Westminster Chime doorbell, an electro-mechanical doorbell with a unique \"vibrato resonating\" feature, before the rhythm begins.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}