Information about plays

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

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

{
    "id": 3636504,
    "uri": "https://api.kexp.org/v2/plays/3636504/?format=api",
    "airdate": "2026-04-01T15:56:30-07:00",
    "show": 66338,
    "show_uri": "https://api.kexp.org/v2/shows/66338/?format=api",
    "image_uri": "https://coverartarchive.org/release/be7c6436-8894-4724-824d-f26bf1776530/19022133389-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/be7c6436-8894-4724-824d-f26bf1776530/19022133389-250.jpg",
    "song": "Rocket Love",
    "track_id": null,
    "recording_id": "45f29391-c0b9-4c78-832e-2110f4e11861",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Hotter Than July",
    "release_id": null,
    "release_group_id": "6fbde199-c971-3d4f-a8df-ca13a998e3c7",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1980-09-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stevie Wonder performed this song about a love that has gone sour at the Nipsey Hussel funeral in 2019: https://www.youtube.com/watch?v=SsH6ELp_314",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}