Information about plays

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

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

{
    "id": 3583480,
    "uri": "https://api.kexp.org/v2/plays/3583480/?format=api",
    "airdate": "2025-11-27T02:24:01-08:00",
    "show": 65220,
    "show_uri": "https://api.kexp.org/v2/shows/65220/?format=api",
    "image_uri": "https://coverartarchive.org/release/3e517042-0af2-45b0-bdbb-aae20ae1bec8/15170398619-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3e517042-0af2-45b0-bdbb-aae20ae1bec8/15170398619-250.jpg",
    "song": "Sing a Simple Song",
    "track_id": null,
    "recording_id": "1eaf4ecb-56b6-4c92-b8ae-bb3d3de69809",
    "artist": "Sly & the Family Stone",
    "artist_ids": [
        "b7ec4c54-1f93-4bf2-957f-7b9921ab84ea"
    ],
    "album": "Stand!",
    "release_id": null,
    "release_group_id": "86871123-60e4-30a5-aae3-36e810e0964b",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1969-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Stand!\" is one of the greatest albums ever released and features \"Sing a Simple Song\", \"I Want to Take You Higher\", \"Stand!\", \"Everyday People\", and \"You Can Make It If You Try\". This song has been sampled more than 450 times. Want to watch something great? Of course you do. Sly on the Ed Sullivan show. https://www.youtube.com/watch?v=u8r32Scvbds",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}