Information about plays

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

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

{
    "id": 3551424,
    "uri": "https://api.kexp.org/v2/plays/3551424/?format=api",
    "airdate": "2025-09-10T20:48:57-07:00",
    "show": 64528,
    "show_uri": "https://api.kexp.org/v2/shows/64528/?format=api",
    "image_uri": "https://coverartarchive.org/release/dc9185a6-ad4f-4eab-aca8-e26572dbec87/25100764384-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dc9185a6-ad4f-4eab-aca8-e26572dbec87/25100764384-250.jpg",
    "song": "Reflections",
    "track_id": null,
    "recording_id": "586963b2-6529-4aa0-b1e7-237e747d822d",
    "artist": "The Supremes",
    "artist_ids": [
        "c1aa2ec9-53e7-4d90-8d36-bac75832e986"
    ],
    "album": "Reflections: The Supremes Hitlist",
    "release_id": null,
    "release_group_id": "d483e561-4ed5-41b4-b26d-650e193c3025",
    "labels": [
        "E2"
    ],
    "label_ids": [
        "942f95b4-8826-4091-95ab-b188e26faa68"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}