Information about plays

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

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

{
    "id": 3620765,
    "uri": "https://api.kexp.org/v2/plays/3620765/?format=api",
    "airdate": "2026-02-22T10:22:22-08:00",
    "show": 66001,
    "show_uri": "https://api.kexp.org/v2/shows/66001/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Roadrunner",
    "track_id": null,
    "recording_id": null,
    "artist": "Wayne Fontana, The Mindbenders",
    "artist_ids": [
        "14356daa-aca7-4d60-8f7f-292884bd2bbb",
        "f151f9fe-93ab-402f-9a15-f3d2726a50a1"
    ],
    "album": "Road Runner",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fontana"
    ],
    "label_ids": [],
    "release_date": "1864-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Manchester band’s frontman Fontana left the band mid-show in 1965 for reasons unknown, but the band continued to play together.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}