Information about plays

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

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

{
    "id": 3620246,
    "uri": "https://api.kexp.org/v2/plays/3620246/?format=api",
    "airdate": "2026-02-21T08:12:08-08:00",
    "show": 65991,
    "show_uri": "https://api.kexp.org/v2/shows/65991/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Heart Is a Muscle",
    "track_id": null,
    "recording_id": "3b46794a-b741-40d0-8a64-9ed687fc8d81",
    "artist": "Gang of Youths",
    "artist_ids": [
        "99c5de7a-d0b9-4454-98bc-b4f6679a9ce7"
    ],
    "album": "Go Farther in Lightness",
    "release_id": null,
    "release_group_id": "1ea97022-27ba-4bf5-8ab5-4ae76836e1c1",
    "labels": [
        "Mosy Recordings"
    ],
    "label_ids": [
        "50ca9148-f794-4aab-a964-066f88ab61a2"
    ],
    "release_date": "2017-08-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Samoan / Indigenous Australian\n\nGang of Youths are an alternative rock band from Sydney, Australia. Their Lead singer, David Le'aupepe, is Samoan.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}