Information about plays

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

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

{
    "id": 3545720,
    "uri": "https://api.kexp.org/v2/plays/3545720/?format=api",
    "airdate": "2025-08-28T03:09:14-07:00",
    "show": 64406,
    "show_uri": "https://api.kexp.org/v2/shows/64406/?format=api",
    "image_uri": "https://coverartarchive.org/release/46d3f1b5-7b23-4dbe-b304-9c8ecd43b33a/17857113530-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/46d3f1b5-7b23-4dbe-b304-9c8ecd43b33a/17857113530-250.jpg",
    "song": "I Wanna Thank U (4 Steppin' Into My Life)",
    "track_id": null,
    "recording_id": "7c7cbb6c-4dd7-44f6-92b2-fb7bc057b7b0",
    "artist": "Dam‐Funk",
    "artist_ids": [
        "6d6d607e-679a-4cdc-a7a0-35e2abe06619"
    ],
    "album": "Toeachizown",
    "release_id": null,
    "release_group_id": "f562f0ca-f109-47a8-a154-95b72e20f81b",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2009-10-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Musician and producer from Pasadena, CA. https://www.stonesthrow.com/artist/damfunk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}