Information about plays

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

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

{
    "id": 3607469,
    "uri": "https://api.kexp.org/v2/plays/3607469/?format=api",
    "airdate": "2026-01-22T02:55:56-08:00",
    "show": 65720,
    "show_uri": "https://api.kexp.org/v2/shows/65720/?format=api",
    "image_uri": "https://coverartarchive.org/release/2dcb83d5-315a-4f53-bf2f-097e2f2da4c9/19580907893-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2dcb83d5-315a-4f53-bf2f-097e2f2da4c9/19580907893-250.jpg",
    "song": "How It Was Supposed to Be",
    "track_id": null,
    "recording_id": "bee916b7-c67d-4bd2-a7bb-fec17a01a42c",
    "artist": "Ryan Leslie",
    "artist_ids": [
        "4bbc8087-548d-4484-abd2-5b1f4c1a7940"
    ],
    "album": "Ryan Leslie",
    "release_id": null,
    "release_group_id": "c19c13e6-1e65-3bd9-bb72-5c7ca5537798",
    "labels": [
        "Universal Motown"
    ],
    "label_ids": [
        "c5cf2442-0b01-4359-8f15-9fa2d830ae15"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}