Information about plays

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

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

{
    "id": 3633719,
    "uri": "https://api.kexp.org/v2/plays/3633719/?format=api",
    "airdate": "2026-03-26T02:44:30-07:00",
    "show": 66281,
    "show_uri": "https://api.kexp.org/v2/shows/66281/?format=api",
    "image_uri": "https://coverartarchive.org/release/86f2defb-c848-4376-bcbf-2ffb11034c4f/29679403369-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/86f2defb-c848-4376-bcbf-2ffb11034c4f/29679403369-250.jpg",
    "song": "Mama Loocie",
    "track_id": null,
    "recording_id": "0a61b955-66b8-4e94-861b-5ecea034c91b",
    "artist": "Harvey and The Moonglows",
    "artist_ids": [
        "56d5e5e4-e31f-4d97-9e71-b10b81889722",
        "957fe961-876e-452d-9991-7be85d227e22"
    ],
    "album": "The Complete Singles As & Bs 1953–62",
    "release_id": null,
    "release_group_id": "af0c4437-2699-499b-ac66-4a6df63a7cb6",
    "labels": [
        "Acrobat Music"
    ],
    "label_ids": [
        "3aa21d1e-a6ab-4e1b-b186-5da93ce9988c"
    ],
    "release_date": "2016-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Harvey Fuqua saw great potential in one of the former Marquees, now the New Moonglows, and encouraged him to take his first lead vocal on this song. That young singer's name: Marvin Gaye.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}