Information about plays

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

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

{
    "id": 3617800,
    "uri": "https://api.kexp.org/v2/plays/3617800/?format=api",
    "airdate": "2026-02-15T10:11:04-08:00",
    "show": 65940,
    "show_uri": "https://api.kexp.org/v2/shows/65940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Country Comfort",
    "track_id": null,
    "recording_id": "f04ca3dc-1c25-4eca-84d7-052babb825d7",
    "artist": "Elton John",
    "artist_ids": [
        "b83bc61f-8451-4a5d-8b8e-7e9ed295e822"
    ],
    "album": "Tumbleweed Connection",
    "release_id": null,
    "release_group_id": "4fed2c09-60cd-36ca-9db1-c9c016bb1f0b",
    "labels": [
        "DJM Records"
    ],
    "label_ids": [
        "5cfce150-69fb-457a-a597-b83047c94eb7"
    ],
    "release_date": "1970-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}