Information about plays

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

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

{
    "id": 3636887,
    "uri": "https://api.kexp.org/v2/plays/3636887/?format=api",
    "airdate": "2026-04-02T13:58:37-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?format=api",
    "image_uri": "https://coverartarchive.org/release/ee2920a1-a30f-407d-83d9-4da844897d10/21129482606-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ee2920a1-a30f-407d-83d9-4da844897d10/21129482606-250.jpg",
    "song": "If This World Were Mine",
    "track_id": null,
    "recording_id": "b7e1a53f-7d70-4f14-af2d-b7590033245a",
    "artist": "Marvin Gaye, Tammi Terrell",
    "artist_ids": [],
    "album": "Anthology",
    "release_id": null,
    "release_group_id": "52195e19-f547-343b-a6af-33160265a480",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Marvin Gaye wrote this song , which was was released as the B-side to \"If I Could Build My Whole World Around You.\" It was produced by Johnny Bristol and Harvey Fuqua, not the usual production team  for the duo of Ashford & Simpson.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}