Information about plays

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

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

{
    "id": 3598866,
    "uri": "https://api.kexp.org/v2/plays/3598866/?format=api",
    "airdate": "2026-01-01T15:10:45-08:00",
    "show": 65533,
    "show_uri": "https://api.kexp.org/v2/shows/65533/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ain’t No Mountain High Enough",
    "track_id": "1a03e934-e575-3743-b9b3-616bd0c6a9bf",
    "recording_id": "b04b5028-da5b-4f05-bfe3-4f8f80396d98",
    "artist": "Marvin Gaye & Tammi Terrell",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42",
        "ce4582b6-aee7-4da1-b841-3c619d4fb5a5"
    ],
    "album": "United",
    "release_id": "11035e2e-73f7-44e6-a6a2-98b9fcc9e9bb",
    "release_group_id": "069ee10c-f694-36d9-91b0-2e1f405a9708",
    "labels": [
        "Tamla"
    ],
    "label_ids": [
        "7f87e14e-eb85-4a7e-957a-77465f869cb5"
    ],
    "release_date": "1967-08-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Marvin Gaye had three Billboard soul No. 1s in the space of six months in ‘68, two of them with one of his great duet partners, Tammi Terrell, who would tragically die of a brain tumor at the age of just 24.: https://classic.motown.com/story/when-marvin-tammi-made-beautiful-music/\n--\n\"Ain't No Mountain High Enough\" was written by Ashford & Simpson, inspired by New York City skyscrapers, and was initially held by them to get a contract with Motown, which it did.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}