Information about plays

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

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

{
    "id": 3635813,
    "uri": "https://api.kexp.org/v2/plays/3635813/?format=api",
    "airdate": "2026-03-31T01:49:42-07:00",
    "show": 66326,
    "show_uri": "https://api.kexp.org/v2/shows/66326/?format=api",
    "image_uri": "https://coverartarchive.org/release/3cb86f9b-b49b-4305-a034-61ba18b6fc33/41668834921-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3cb86f9b-b49b-4305-a034-61ba18b6fc33/41668834921-250.jpg",
    "song": "OG Kush Diet",
    "track_id": null,
    "recording_id": "466a0439-defb-4b06-aa9f-e90dd2108861",
    "artist": "2 Chainz",
    "artist_ids": [
        "dff0d392-4cd5-4052-9fbb-f485df3891e5"
    ],
    "album": "Pretty Girls Like Trap Music",
    "release_id": null,
    "release_group_id": "0ffe41e9-5b6f-4fc0-8a6f-ab647a5727d4",
    "labels": [
        "Universal Music Group"
    ],
    "label_ids": [
        "19d052fa-570a-4b17-9a3d-8f2f029b7b57"
    ],
    "release_date": "2017-06-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Love that change halfway through...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}