Information about plays

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

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

{
    "id": 3617781,
    "uri": "https://api.kexp.org/v2/plays/3617781/?format=api",
    "airdate": "2026-02-15T09:21:51-08:00",
    "show": 65940,
    "show_uri": "https://api.kexp.org/v2/shows/65940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Ain't So Such a Much",
    "track_id": null,
    "recording_id": "30e2c2a9-2a58-432d-b49a-8146ed3d2175",
    "artist": "Blanche Thomas",
    "artist_ids": [
        "c5efc492-3b46-4dd0-833e-d1489e8d4351"
    ],
    "album": "You Ain't So Such a Much / Not the Way That I Love You",
    "release_id": null,
    "release_group_id": "b281b44b-77f3-4daf-82c1-03a32bd1409a",
    "labels": [
        "Imperial"
    ],
    "label_ids": [
        "afe5e60c-918e-48ab-a692-66940684ade7"
    ],
    "release_date": "1954-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dave Bartholomew tune.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}