Information about plays

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

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

{
    "id": 3596955,
    "uri": "https://api.kexp.org/v2/plays/3596955/?format=api",
    "airdate": "2025-12-27T23:06:19-08:00",
    "show": 65493,
    "show_uri": "https://api.kexp.org/v2/shows/65493/?format=api",
    "image_uri": "https://coverartarchive.org/release/e4df2014-50c2-4aa2-bdeb-aacb578f242e/7371899298-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e4df2014-50c2-4aa2-bdeb-aacb578f242e/7371899298-250.jpg",
    "song": "I Even Drive Like a Jerk",
    "track_id": null,
    "recording_id": "7e0463b0-9d25-468d-96ec-38b1414023a4",
    "artist": "Bluetip",
    "artist_ids": [
        "b2abb7e0-9375-4915-821f-287d2f7dac20"
    ],
    "album": "Join Us",
    "release_id": null,
    "release_group_id": "616bd395-c89d-32da-a016-4b7ce0e6f892",
    "labels": [
        "Dischord Records"
    ],
    "label_ids": [
        "2954d038-b2af-495a-b3b7-ab8028c672c4"
    ],
    "release_date": "1998-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Washington, D.C. https://bluetip.bandcamp.com/album/join-us",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}