Information about plays

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

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

{
    "id": 3546866,
    "uri": "https://api.kexp.org/v2/plays/3546866/?format=api",
    "airdate": "2025-08-30T20:34:11-07:00",
    "show": 64431,
    "show_uri": "https://api.kexp.org/v2/shows/64431/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "julia",
    "track_id": "b253db83-b05b-4099-b54b-d7108e6742f3",
    "recording_id": "57ac3c83-dcb9-4a8a-830f-59115b26cb4f",
    "artist": "Jayomi",
    "artist_ids": [
        "f3ba0bfa-877f-40a0-b7c2-722a264349ea"
    ],
    "album": "midnight love note",
    "release_id": "656b48fe-27b8-48b7-bb9c-fa264e393aa5",
    "release_group_id": "4f36b6b9-ac76-467c-8b8f-2f9b95222dcf",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2021-09-17",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://jayomi.bandcamp.com/album/midnight-love-note\n\nLocal Seattle band, Jayomi have been wowing underground audiences with their dreamy take on indiepop!",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}