Information about plays

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

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

{
    "id": 3539592,
    "uri": "https://api.kexp.org/v2/plays/3539592/?format=api",
    "airdate": "2025-08-13T12:34:24-07:00",
    "show": 64278,
    "show_uri": "https://api.kexp.org/v2/shows/64278/?format=api",
    "image_uri": "https://ia801205.us.archive.org/4/items/mbid-206e8ce0-960e-461c-af24-c80599703725/mbid-206e8ce0-960e-461c-af24-c80599703725-40533940872_thumb500.jpg",
    "thumbnail_uri": "https://ia801205.us.archive.org/4/items/mbid-206e8ce0-960e-461c-af24-c80599703725/mbid-206e8ce0-960e-461c-af24-c80599703725-40533940872_thumb250.jpg",
    "song": "Give Blood",
    "track_id": "332aaa36-6afb-37bb-90a5-25ca0486801e",
    "recording_id": "9f9b04fd-745d-49a5-a855-5e088e24e3cb",
    "artist": "Rain Machine",
    "artist_ids": [
        "bd5eb2ed-63e9-45d1-a3ac-1ced2bf5fbf9"
    ],
    "album": "Rain Machine",
    "release_id": "206e8ce0-960e-461c-af24-c80599703725",
    "release_group_id": "3d5a184e-b683-4b52-945d-44b661abca1a",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2009-09-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rain Machine is the solo project of Kyp Malone, another member of TV on the Radio.\n\nhttps://www.anti.com/artists/rain-machine/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}