Information about plays

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

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

{
    "id": 3554507,
    "uri": "https://api.kexp.org/v2/plays/3554507/?format=api",
    "airdate": "2025-09-18T07:10:34-07:00",
    "show": 64593,
    "show_uri": "https://api.kexp.org/v2/shows/64593/?format=api",
    "image_uri": "https://coverartarchive.org/release/82b19c9b-07e0-49c1-97e3-363510c26a30/18257588738-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/82b19c9b-07e0-49c1-97e3-363510c26a30/18257588738-250.jpg",
    "song": "The Only Living Boy in New York",
    "track_id": null,
    "recording_id": "c7fb55cc-aa2d-4982-a466-e94212adaaa3",
    "artist": "Simon and Garfunkel",
    "artist_ids": [
        "5d02f264-e225-41ff-83f7-d9b1f0b1874a"
    ],
    "album": "Bridge Over Troubled Water",
    "release_id": null,
    "release_group_id": "c39f7f80-d42f-3669-9653-230f8e922083",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1970-01-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Only Living Boy in New York\" is a song written by Paul Simon. The first lyric references when Art Garfunkel went to Mexico to act in the film Catch-22. Simon was left alone in New York writing songs for Bridge over Troubled Water, hence the very lonely feelings of \"The Only Living Boy in New York.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}