Information about plays

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

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

{
    "id": 3544161,
    "uri": "https://api.kexp.org/v2/plays/3544161/?format=api",
    "airdate": "2025-08-24T10:30:14-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/07d64ae1-8750-4f1f-b8da-9e0e99950d72/17307675739-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/07d64ae1-8750-4f1f-b8da-9e0e99950d72/17307675739-250.jpg",
    "song": "We’re An American Band (2002 Remix)",
    "track_id": null,
    "recording_id": "81682034-1af1-4981-b9b3-3491668b10c8",
    "artist": "Grand Funk Railroad",
    "artist_ids": [
        "103241b0-6adf-4b4f-9cff-5c87459f61a4"
    ],
    "album": "We’re an American Band",
    "release_id": null,
    "release_group_id": "9ba161d5-b554-30df-925a-1fef3ccfd1c4",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Band member and songwriter Don Brewer said he wrote this song motivated to make a hit that would work on FM radio as they needed the money after firing and being sued by their former manager.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}