Information about plays

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

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

{
    "id": 3580528,
    "uri": "https://api.kexp.org/v2/plays/3580528/?format=api",
    "airdate": "2025-11-20T05:32:53-08:00",
    "show": 65159,
    "show_uri": "https://api.kexp.org/v2/shows/65159/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Happy",
    "track_id": "79cd7b7d-e82c-4c5c-bd4d-65dd085f8a08",
    "recording_id": "dc298caf-faf8-44b6-818b-e2c5423493f2",
    "artist": "Gold Star",
    "artist_ids": [
        "ba99b3c1-aac1-41b0-a5d8-b8a58f81af1e"
    ],
    "album": "Happy",
    "release_id": "b58565c9-78b2-44ec-910a-a6dad7123c66",
    "release_group_id": "16269396-5ca9-40a3-b184-b20059735c6b",
    "labels": [
        "Like LTD"
    ],
    "label_ids": [
        "20f138aa-e51c-44f8-a317-16f00fa1b8c5"
    ],
    "release_date": "2025-10-15",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New single from L.A. artist Marlon Rabenreither.\n\nhttps://www.goldstarlovesyou.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}