Information about plays

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

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

{
    "id": 3603118,
    "uri": "https://api.kexp.org/v2/plays/3603118/?format=api",
    "airdate": "2026-01-11T15:37:47-08:00",
    "show": 65624,
    "show_uri": "https://api.kexp.org/v2/shows/65624/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Time Keeps Time",
    "track_id": null,
    "recording_id": "1688a132-3cc0-40c5-8c93-9c1a9c01add1",
    "artist": "Neo Boys",
    "artist_ids": [
        "8440fa90-d716-4c36-9546-16382a7e2e11"
    ],
    "album": "Sooner or Later",
    "release_id": null,
    "release_group_id": "5caee555-3322-48a8-8bf6-66cb3e3d44dc",
    "labels": [
        "K"
    ],
    "label_ids": [
        "bb1f7af7-67d5-417a-8dbe-2025caffe9a0"
    ],
    "release_date": "2013-10-15",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "70's Portland punk band: https://neoboys.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}