Information about plays

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

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

{
    "id": 3606200,
    "uri": "https://api.kexp.org/v2/plays/3606200/?format=api",
    "airdate": "2026-01-19T00:54:09-08:00",
    "show": 65694,
    "show_uri": "https://api.kexp.org/v2/shows/65694/?format=api",
    "image_uri": "https://coverartarchive.org/release/c2b142df-766c-4495-bd09-9539e801693a/9116633050-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c2b142df-766c-4495-bd09-9539e801693a/9116633050-250.jpg",
    "song": "Technology's Out of Control",
    "track_id": null,
    "recording_id": "a9a822a8-6e21-4ff9-a171-5f591561bbb7",
    "artist": "Green Velvet",
    "artist_ids": [
        "e425b041-c28a-4ae8-9d5c-997890433cd4"
    ],
    "album": "Constant Chaos",
    "release_id": null,
    "release_group_id": "c2a6273c-dcc1-3fdc-89aa-215eca471fde",
    "labels": [
        "Music Man Records"
    ],
    "label_ids": [
        "5bbff699-3d18-450a-8b69-25306de0a3a9"
    ],
    "release_date": "1999-01-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}