Information about plays

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

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

{
    "id": 3593605,
    "uri": "https://api.kexp.org/v2/plays/3593605/?format=api",
    "airdate": "2025-12-20T19:02:41-08:00",
    "show": 65433,
    "show_uri": "https://api.kexp.org/v2/shows/65433/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sparkle",
    "track_id": "87a076dc-1de4-3b8c-a0dc-fa45e6fb858d",
    "recording_id": "b8caee5a-5db7-42e0-810b-50488697d71a",
    "artist": "Everclear",
    "artist_ids": [
        "3604c99d-c146-4276-aa0c-9376d333aeb8"
    ],
    "album": "World of Noise",
    "release_id": "3fa1e61d-46d3-36a7-a693-54671c632c6b",
    "release_group_id": "5bd8a009-8991-37a1-adef-ed820c4ff06e",
    "labels": [
        "Tim/Kerr Records"
    ],
    "label_ids": [
        "8dd0bc73-8edc-44d3-a212-2be8caf18c92"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}