Information about plays

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

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

{
    "id": 3548866,
    "uri": "https://api.kexp.org/v2/plays/3548866/?format=api",
    "airdate": "2025-09-04T14:35:41-07:00",
    "show": 64473,
    "show_uri": "https://api.kexp.org/v2/shows/64473/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Rap",
    "track_id": "b852b5a1-9ff6-39bd-b0e9-4c103bb9d5a1",
    "recording_id": "a67e291f-c344-48e3-96b6-81c13794210c",
    "artist": "Spoonie Gee",
    "artist_ids": [
        "b5da4546-42f4-4bfb-a898-4f01682a488c"
    ],
    "album": "The New Rap Language / Love Rap",
    "release_id": "aaa5276d-de99-4442-b423-53597fe0c364",
    "release_group_id": "9f58cdd9-bff6-3821-a34d-ba1db374792a",
    "labels": [
        "Enjoy Records"
    ],
    "label_ids": [
        "bc37da4f-5918-4ac3-a96d-10b39934ac17"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1980's \"Love Rap\" samples the vocals from  1979's \"The New Rap Language\" from \nSpoonie Gee and The Treacherous Three.\nMultiple elements of the song were sampled by Moby for \"Bodyrock.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}