Information about plays

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

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

{
    "id": 3634283,
    "uri": "https://api.kexp.org/v2/plays/3634283/?format=api",
    "airdate": "2026-03-27T14:01:13-07:00",
    "show": 66293,
    "show_uri": "https://api.kexp.org/v2/shows/66293/?format=api",
    "image_uri": "https://coverartarchive.org/release/a06d3769-7bc6-4837-a0ee-d43afd068e0c/29228057060-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a06d3769-7bc6-4837-a0ee-d43afd068e0c/29228057060-250.jpg",
    "song": "The Story of Adidon",
    "track_id": null,
    "recording_id": "856bbcb4-25f9-40f8-a472-0ac09e50eed5",
    "artist": "Pusha T",
    "artist_ids": [
        "14ecd19f-7121-4192-8549-e5056241a42f"
    ],
    "album": "The Story of Adidon",
    "release_id": null,
    "release_group_id": "a6aab930-bbd6-47a4-87f2-e8329060e184",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-05-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.esquire.com/entertainment/music/a29103294/taylor-swift-kanye-west-drake-pusha-t-feud/\n\nRead more about the Swift /  West / Drake / Pusha-T feud here",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}