Information about plays

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

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

{
    "id": 3618097,
    "uri": "https://api.kexp.org/v2/plays/3618097/?format=api",
    "airdate": "2026-02-16T01:31:52-08:00",
    "show": 65946,
    "show_uri": "https://api.kexp.org/v2/shows/65946/?format=api",
    "image_uri": "https://coverartarchive.org/release/ab5f91e6-b91d-4c18-84bc-43b218850d87/40831146006-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ab5f91e6-b91d-4c18-84bc-43b218850d87/40831146006-250.jpg",
    "song": "Mind Rain",
    "track_id": null,
    "recording_id": "ba679abb-ad02-46fb-b91e-b810c058faa0",
    "artist": "Joe Chambers",
    "artist_ids": [
        "74061fae-e2c8-4fea-92b9-b03012cc81ef"
    ],
    "album": "Double Exposure",
    "release_id": null,
    "release_group_id": "8bca7247-4122-3083-aa9c-4841e53b3827",
    "labels": [
        "Muse Records"
    ],
    "label_ids": [
        "ab638631-3198-4dba-846e-cd6bbc1e198f"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampled by DJ Premier for Nas' classic tracks \"N.Y. State Of Mind\" and \"N.Y. State Of Mind Pt. II\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}