Information about plays

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

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

{
    "id": 3544357,
    "uri": "https://api.kexp.org/v2/plays/3544357/?format=api",
    "airdate": "2025-08-24T18:54:38-07:00",
    "show": 64378,
    "show_uri": "https://api.kexp.org/v2/shows/64378/?format=api",
    "image_uri": "https://coverartarchive.org/release/3869d7c6-46fa-43f2-a6ed-60024b439ed5/36663817900-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3869d7c6-46fa-43f2-a6ed-60024b439ed5/36663817900-250.jpg",
    "song": "Turn This Thing Around",
    "track_id": null,
    "recording_id": "1df83e2b-f59f-4635-af29-c226c377656f",
    "artist": "Smoke",
    "artist_ids": [
        "f362005d-e841-44de-873b-11ee3760b02f"
    ],
    "album": "Smoke",
    "release_id": null,
    "release_group_id": "6eee1df2-77b2-490d-aaf8-9f27c02b3f96",
    "labels": [
        "Chocolate City Records"
    ],
    "label_ids": [],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Funk band Smoke released \"Turn This Thing Around\" in 1976 on their self-titled album on the Chocolate City Record label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}