Information about plays

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

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

{
    "id": 3581475,
    "uri": "https://api.kexp.org/v2/plays/3581475/?format=api",
    "airdate": "2025-11-22T15:14:19-08:00",
    "show": 65181,
    "show_uri": "https://api.kexp.org/v2/shows/65181/?format=api",
    "image_uri": "https://ia801603.us.archive.org/25/items/mbid-dc7d1949-4035-4535-9757-892f20b82f54/mbid-dc7d1949-4035-4535-9757-892f20b82f54-27128643223_thumb500.jpg",
    "thumbnail_uri": "https://dn710103.ca.archive.org/0/items/mbid-dc7d1949-4035-4535-9757-892f20b82f54/mbid-dc7d1949-4035-4535-9757-892f20b82f54-27128643223_thumb250.jpg",
    "song": "1. Divine Intervention",
    "track_id": "faca079d-2e2d-48b2-8aad-0e84e9b073de",
    "recording_id": "fb288bc0-0af6-41ba-91c9-67bc3300ff2a",
    "artist": "PVA",
    "artist_ids": [
        "3e3c2787-4412-4614-82af-ce903b4d8b96"
    ],
    "album": "Divine Intervention",
    "release_id": "dc7d1949-4035-4535-9757-892f20b82f54",
    "release_group_id": "6b552fda-a623-43e3-9393-98f12540da9d",
    "labels": [
        "Speedy Wunderground"
    ],
    "label_ids": [
        "6512d2c8-a4a4-47aa-bbd3-d25e34c5d10a"
    ],
    "release_date": "2020-01-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here they are performing Live on KEXP on Halloween when Troy hosted them in our studio: https://www.youtube.com/watch?v=JjTTfwBStC4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}