Information about plays

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

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

{
    "id": 3550066,
    "uri": "https://api.kexp.org/v2/plays/3550066/?format=api",
    "airdate": "2025-09-07T14:13:24-07:00",
    "show": 64500,
    "show_uri": "https://api.kexp.org/v2/shows/64500/?format=api",
    "image_uri": "https://ia800509.us.archive.org/16/items/mbid-4a5af121-dd4d-432e-848e-02a26afdde13/mbid-4a5af121-dd4d-432e-848e-02a26afdde13-36613462012_thumb500.jpg",
    "thumbnail_uri": "https://ia600509.us.archive.org/16/items/mbid-4a5af121-dd4d-432e-848e-02a26afdde13/mbid-4a5af121-dd4d-432e-848e-02a26afdde13-36613462012_thumb250.jpg",
    "song": "Act Nice and Gentle",
    "track_id": "20a4d0f9-3cfa-4a7e-8c59-d7cc6d90e5d2",
    "recording_id": "929eb461-026d-4e40-9879-2f5dd199aef7",
    "artist": "The Black Keys",
    "artist_ids": [
        "d15721d8-56b4-453d-b506-fc915b14cba2"
    ],
    "album": "Rubber Factory",
    "release_id": "4a5af121-dd4d-432e-848e-02a26afdde13",
    "release_group_id": "dc7f0c9d-fd57-33a2-bfd9-b345315c2258",
    "labels": [
        "Shock Records",
        "Fat Possum Records"
    ],
    "label_ids": [
        "bdfc56a3-e55f-48c1-83a1-3886b8091b36",
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 2004.\n\nThe Black Keys recorded this album in the General Tire Factory in their hometown of Akron. Here, they cover a song originally released by the Kinks in 1967.\n\nhttps://theblackkeys.bandcamp.com/album/rubber-factory\nhttps://theblackkeys.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}