Information about plays

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

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

{
    "id": 3560253,
    "uri": "https://api.kexp.org/v2/plays/3560253/?format=api",
    "airdate": "2025-10-01T23:55:19-07:00",
    "show": 64721,
    "show_uri": "https://api.kexp.org/v2/shows/64721/?format=api",
    "image_uri": "https://coverartarchive.org/release/b54688f4-1953-4048-badd-a1c015f9d3e0/1928680114-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b54688f4-1953-4048-badd-a1c015f9d3e0/1928680114-250.jpg",
    "song": "Put a Little Love in Your Heart",
    "track_id": null,
    "recording_id": "563946fe-0dd6-442c-95eb-c0fbf703cfa5",
    "artist": "The Isley Brothers",
    "artist_ids": [
        "4a76400d-283f-492e-9754-18ef41755f81"
    ],
    "album": "Brother, Brother, Brother",
    "release_id": null,
    "release_group_id": "4bd047b1-b964-340e-852d-b15b888b64cc",
    "labels": [
        "T-Neck"
    ],
    "label_ids": [
        "3d1c2ffa-cfc1-4a55-a27e-d7045cf5adee"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}