Information about plays

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

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

{
    "id": 3547892,
    "uri": "https://api.kexp.org/v2/plays/3547892/?format=api",
    "airdate": "2025-09-02T07:09:01-07:00",
    "show": 64453,
    "show_uri": "https://api.kexp.org/v2/shows/64453/?format=api",
    "image_uri": "https://ia800205.us.archive.org/34/items/mbid-9648435f-ce2f-4e6b-bebe-90ef7c6f2d88/mbid-9648435f-ce2f-4e6b-bebe-90ef7c6f2d88-8256283799_thumb500.jpg",
    "thumbnail_uri": "https://ia800205.us.archive.org/34/items/mbid-9648435f-ce2f-4e6b-bebe-90ef7c6f2d88/mbid-9648435f-ce2f-4e6b-bebe-90ef7c6f2d88-8256283799_thumb250.jpg",
    "song": "Ain't No Mountain High Enough",
    "track_id": "07942346-b62d-420c-95ec-dfbf4565ff71",
    "recording_id": "b04b5028-da5b-4f05-bfe3-4f8f80396d98",
    "artist": "Marvin Gaye with Tammi Terrell",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42",
        "ce4582b6-aee7-4da1-b841-3c619d4fb5a5"
    ],
    "album": "The Very Best of Marvin Gaye",
    "release_id": "9648435f-ce2f-4e6b-bebe-90ef7c6f2d88",
    "release_group_id": "fabc8d10-64e5-452c-bfe3-5da10451d136",
    "labels": [
        "Motown",
        "UTV Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b",
        "b76b577b-3460-4d8c-874f-4530b3396311"
    ],
    "release_date": "2001-07-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"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. Marvin Gaye and Tammi Terrell's 1967 recording was the first hit, though the vocals were recorded separately.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}