Information about plays

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

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

{
    "id": 3579560,
    "uri": "https://api.kexp.org/v2/plays/3579560/?format=api",
    "airdate": "2025-11-17T22:00:24-08:00",
    "show": 65141,
    "show_uri": "https://api.kexp.org/v2/shows/65141/?format=api",
    "image_uri": "https://coverartarchive.org/release/face987c-2a0b-4a6d-b49a-13cd789191eb/29777358196-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/face987c-2a0b-4a6d-b49a-13cd789191eb/29777358196-250.jpg",
    "song": "Infinite Blue",
    "track_id": null,
    "recording_id": null,
    "artist": "Raz Olsher",
    "artist_ids": [],
    "album": "Club Coco (New Dimensions In Latin Music)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi pals, welcome to the show!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}