Information about plays

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

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

{
    "id": 3579254,
    "uri": "https://api.kexp.org/v2/plays/3579254/?format=api",
    "airdate": "2025-11-17T04:28:23-08:00",
    "show": 65133,
    "show_uri": "https://api.kexp.org/v2/shows/65133/?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": "Were an American Band",
    "track_id": null,
    "recording_id": "351a3280-c8bd-444e-8cfa-5d8b6101cb00",
    "artist": "Grand Funk",
    "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": "Cherokee\t\n\nCherokee, Mark Fredrick Farner is an American musician who was the original singer and guitarist of the rock band Grand Funk Railroad, which he co-founded in 1969",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}