Information about plays

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

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

{
    "id": 3631137,
    "uri": "https://api.kexp.org/v2/plays/3631137/?format=api",
    "airdate": "2026-03-19T16:24:01-07:00",
    "show": 66224,
    "show_uri": "https://api.kexp.org/v2/shows/66224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Funky Bird",
    "track_id": "114deb2d-cf42-3c20-9ce9-0b4bdf79892e",
    "recording_id": "c386366b-197b-4914-95f9-4895c08af97e",
    "artist": "Galactic",
    "artist_ids": [
        "cabbdf87-5cb2-4f3c-be65-254655c87508"
    ],
    "album": "The Other Side of Midnight: Live in New Orleans",
    "release_id": "5d192b93-8a23-4175-924d-bf00ae717cce",
    "release_group_id": "9779f39d-181d-49e4-95d4-3bea781be43b",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2011-05-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}