Information about plays

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

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

{
    "id": 3591952,
    "uri": "https://api.kexp.org/v2/plays/3591952/?format=api",
    "airdate": "2025-12-16T17:08:51-08:00",
    "show": 65396,
    "show_uri": "https://api.kexp.org/v2/shows/65396/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Emma",
    "track_id": "30b24e18-db54-4523-b579-2811e0c33ef0",
    "recording_id": "07891cb0-e590-4476-8cf3-5c6ae05eb3ad",
    "artist": "Sudakistan",
    "artist_ids": [
        "c2680e76-e920-45ad-8325-5ec8f3c34880"
    ],
    "album": "Swedish Cobra",
    "release_id": "a9295e13-f99e-4b2b-a14d-a724035983da",
    "release_group_id": "8aa94133-8f66-4ab8-b2a3-c1d4f29f51f9",
    "labels": [
        "PNKSLM Recordings"
    ],
    "label_ids": [
        "f2f69d02-3063-4223-b921-2b9a6b1e1712"
    ],
    "release_date": "2018-09-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sudakistan is Latino garage punk band out of Stockholm, Sweden.\nhttps://sudakistan.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}