Information about plays

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

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

{
    "id": 3551513,
    "uri": "https://api.kexp.org/v2/plays/3551513/?format=api",
    "airdate": "2025-09-11T01:58:58-07:00",
    "show": 64530,
    "show_uri": "https://api.kexp.org/v2/shows/64530/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lady Orange Peel",
    "track_id": null,
    "recording_id": "db11379e-b4e1-438f-83e5-d45e71997969",
    "artist": "The Attack",
    "artist_ids": [
        "c84ef37f-d6ab-4afa-a386-38504b0d4ac0"
    ],
    "album": "About Time!",
    "release_id": null,
    "release_group_id": "efaea354-5356-3d51-84c5-a7b268238f70",
    "labels": [
        "RPM"
    ],
    "label_ids": [
        "4cc50f8c-7fce-4167-904c-190b7983559f"
    ],
    "release_date": "2006-08-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1960s UK band",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}