Information about plays

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

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

{
    "id": 3603017,
    "uri": "https://api.kexp.org/v2/plays/3603017/?format=api",
    "airdate": "2026-01-11T09:50:35-08:00",
    "show": 65622,
    "show_uri": "https://api.kexp.org/v2/shows/65622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Marlene",
    "track_id": null,
    "recording_id": "9bdc1cf0-0cbd-4c7f-9f41-22001165da96",
    "artist": "Kevin Coyne",
    "artist_ids": [
        "ec1f195c-2238-417a-b177-89f121cd5b2b"
    ],
    "album": "Marjory Razorblade",
    "release_id": null,
    "release_group_id": "fe53eb63-2c4b-3c10-9f6b-da04478920b0",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1973-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the earliest releases on Virgin records, it counted Johnny Rotten of The Sex Pistols as a fan.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}