Information about plays

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

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

{
    "id": 3574089,
    "uri": "https://api.kexp.org/v2/plays/3574089/?format=api",
    "airdate": "2025-11-04T23:29:32-08:00",
    "show": 65025,
    "show_uri": "https://api.kexp.org/v2/shows/65025/?format=api",
    "image_uri": "https://ia601900.us.archive.org/30/items/mbid-39b8095e-adcd-40d5-95da-e571ee08c1aa/mbid-39b8095e-adcd-40d5-95da-e571ee08c1aa-4776110603_thumb500.jpg",
    "thumbnail_uri": "https://ia801900.us.archive.org/30/items/mbid-39b8095e-adcd-40d5-95da-e571ee08c1aa/mbid-39b8095e-adcd-40d5-95da-e571ee08c1aa-4776110603_thumb250.jpg",
    "song": "Windshield Smasher",
    "track_id": "5a167964-bbf0-392a-a80a-88cf9be6e1d6",
    "recording_id": "06b96072-8ba5-491c-9931-3ab5b075c696",
    "artist": "Black Moth Super Rainbow",
    "artist_ids": [
        "44e14e88-b17a-44d8-9e94-f3afa977239b"
    ],
    "album": "Cobra Juicy",
    "release_id": "39b8095e-adcd-40d5-95da-e571ee08c1aa",
    "release_group_id": "435c7052-31c3-4aa6-b502-2664a1a343ed",
    "labels": [
        "Rad Cult"
    ],
    "label_ids": [
        "5b35d2dd-2151-4128-a583-61ac3373550d"
    ],
    "release_date": "2012-10-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Also from Pittsburgh! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}