Information about plays

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

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

{
    "id": 3629422,
    "uri": "https://api.kexp.org/v2/plays/3629422/?format=api",
    "airdate": "2026-03-15T18:07:19-07:00",
    "show": 66191,
    "show_uri": "https://api.kexp.org/v2/shows/66191/?format=api",
    "image_uri": "https://coverartarchive.org/release/7f215b50-e38a-45fe-a592-3b607edd7ce9/9800582835-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7f215b50-e38a-45fe-a592-3b607edd7ce9/9800582835-250.jpg",
    "song": "Love Is the Message",
    "track_id": null,
    "recording_id": "22954261-62af-4108-b065-c7d8f9c0b75c",
    "artist": "MFSB",
    "artist_ids": [
        "f5e66486-4481-4ebf-b1f9-f87ebabf5897"
    ],
    "album": "Love Is the Message",
    "release_id": null,
    "release_group_id": "795e3397-ce09-30a0-a3b6-dc1dd9c204f5",
    "labels": [
        "Philadelphia International Records"
    ],
    "label_ids": [
        "d509d87c-3ad7-4b83-9827-9b76c3a49126"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "MFSB, officially standing for \"Mother Father Sister Brother\", was a pool of more than 30 studio musicians based at Philadelphia's Sigma Sound Studios. : https://www.allmusic.com/artist/earl-young-mn0000153776",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}