Information about plays

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

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

{
    "id": 3637962,
    "uri": "https://api.kexp.org/v2/plays/3637962/?format=api",
    "airdate": "2026-04-04T23:11:41-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "https://coverartarchive.org/release/dcab8ec4-4c95-4e7a-9b96-31e22b80ff96/38116739777-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dcab8ec4-4c95-4e7a-9b96-31e22b80ff96/38116739777-250.jpg",
    "song": "Ignorance",
    "track_id": null,
    "recording_id": "d9973d57-2311-4799-bf99-1837af8931d3",
    "artist": "Public Acid",
    "artist_ids": [
        "1cadc229-25e0-4598-8a74-4c5ef418f171"
    ],
    "album": "Deadly Struggle",
    "release_id": null,
    "release_group_id": "89331bf8-f739-4069-95ff-ec107aafd9ed",
    "labels": [
        "Beach Impediment Records"
    ],
    "label_ids": [
        "6066b226-3a20-4d8a-8bf0-cf57d5a2ab1d"
    ],
    "release_date": "2024-02-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "North Carolina\n\nhttps://publicacid.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}