Information about plays

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

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

{
    "id": 3605398,
    "uri": "https://api.kexp.org/v2/plays/3605398/?format=api",
    "airdate": "2026-01-17T06:50:10-08:00",
    "show": 65672,
    "show_uri": "https://api.kexp.org/v2/shows/65672/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "High to Death",
    "track_id": null,
    "recording_id": "2bf5ad35-442f-45ac-9d3e-3384dcb6193c",
    "artist": "Car Seat Headrest",
    "artist_ids": [
        "0fabbc1d-8d94-4a61-bd1d-1099ad1e4559"
    ],
    "album": "Twin Fantasy",
    "release_id": null,
    "release_group_id": "3f0e95c6-9529-4157-9428-cbad50f90235",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2018-02-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}