Information about plays

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

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

{
    "id": 3602935,
    "uri": "https://api.kexp.org/v2/plays/3602935/?format=api",
    "airdate": "2026-01-11T05:04:55-08:00",
    "show": 65620,
    "show_uri": "https://api.kexp.org/v2/shows/65620/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Me More Cowboy Than You",
    "track_id": "0e36ae55-ee40-4ae6-be8d-d3b4cdfd830f",
    "recording_id": "5c3cb7e9-7045-4bd3-9752-c0959f544e38",
    "artist": "The Brudi Brothers",
    "artist_ids": [
        "e4f19c6c-78ab-4c98-a3dd-e7446aa24f79"
    ],
    "album": "Me More Cowboy Than You (Demo)",
    "release_id": "deab41b2-58de-4b4f-bddb-0041c18aac5f",
    "release_group_id": "c47c6836-27ef-482b-84a7-88cabe79282e",
    "labels": [
        "Fat and Sassy Records"
    ],
    "label_ids": [
        "3f6d4ac8-88e2-4ff1-a300-487539c927fc"
    ],
    "release_date": "2025-01-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Brudi Brothers will be LIVE on KEXP this Tue. Jan. 13th at 9:30 am. (Broadcast Only)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}