Information about plays

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

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

{
    "id": 3574972,
    "uri": "https://api.kexp.org/v2/plays/3574972/?format=api",
    "airdate": "2025-11-07T03:48:06-08:00",
    "show": 65042,
    "show_uri": "https://api.kexp.org/v2/shows/65042/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shooting Stars",
    "track_id": null,
    "recording_id": null,
    "artist": "Vic Mensa, Joey Purp",
    "artist_ids": [
        "e031ec18-f8eb-46c1-b03c-e5c71399cb16",
        "4fb6cf2d-9524-4580-b351-73d0f1d6c559"
    ],
    "album": "ALASKA",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "emonTree Sound / Fake Shore Drive"
    ],
    "label_ids": [],
    "release_date": "2025-10-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://soundcloud.com/joey-purp/shooting-stars-feat-vic-mensa",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}