Information about plays

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

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

{
    "id": 3568306,
    "uri": "https://api.kexp.org/v2/plays/3568306/?format=api",
    "airdate": "2025-10-22T01:22:51-07:00",
    "show": 64900,
    "show_uri": "https://api.kexp.org/v2/shows/64900/?format=api",
    "image_uri": "https://ia601604.us.archive.org/15/items/mbid-091f06a8-7062-49a5-b747-fd7b5951c5ec/mbid-091f06a8-7062-49a5-b747-fd7b5951c5ec-8975372094_thumb500.jpg",
    "thumbnail_uri": "https://ia801604.us.archive.org/15/items/mbid-091f06a8-7062-49a5-b747-fd7b5951c5ec/mbid-091f06a8-7062-49a5-b747-fd7b5951c5ec-8975372094_thumb250.jpg",
    "song": "Bus Stops",
    "track_id": "d1b9ff6b-634b-4d34-adc7-e1aa007fc654",
    "recording_id": "0f0da56d-4e9c-451d-822c-3b4e72301e52",
    "artist": "Gabriel Teodros & SoulChef",
    "artist_ids": [
        "b7302cd1-8f0d-46ce-b869-872922c4002d",
        "2584dbb7-683d-498a-a2c5-05147e07587e"
    ],
    "album": "Evidence Of Things Not Seen",
    "release_id": "64721f26-4b51-454c-b8e0-d4ec9a090a06",
    "release_group_id": "f1d9871d-ff2b-40fb-aef9-fd38584237d1",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2014-10-28",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}