Information about plays

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

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

{
    "id": 3581586,
    "uri": "https://api.kexp.org/v2/plays/3581586/?format=api",
    "airdate": "2025-11-22T19:46:54-08:00",
    "show": 65183,
    "show_uri": "https://api.kexp.org/v2/shows/65183/?format=api",
    "image_uri": "https://ia600707.us.archive.org/7/items/mbid-132df5ae-1c07-4900-8e2e-5af898d49cd1/mbid-132df5ae-1c07-4900-8e2e-5af898d49cd1-27168811431_thumb500.jpg",
    "thumbnail_uri": "https://ia800707.us.archive.org/7/items/mbid-132df5ae-1c07-4900-8e2e-5af898d49cd1/mbid-132df5ae-1c07-4900-8e2e-5af898d49cd1-27168811431_thumb250.jpg",
    "song": "Pike St. / Park Slope",
    "track_id": "807498ca-a7f0-39f5-9b29-a6cb4e365cdf",
    "recording_id": "5e5062fe-7454-4331-a10b-a87efb5d7650",
    "artist": "Harvey Danger",
    "artist_ids": [
        "822cb123-f728-4a1a-931c-fa27257bb83f"
    ],
    "album": "King James Version",
    "release_id": "132df5ae-1c07-4900-8e2e-5af898d49cd1",
    "release_group_id": "1e70d2ee-b517-3b0a-92b0-5f4b0fa52fce",
    "labels": [
        "London-Sire Records"
    ],
    "label_ids": [
        "e26bdcc6-da31-4fea-88ac-ad2143fd18a6"
    ],
    "release_date": "2000-09-12",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Here's a 2014 interview with Harvey Danger on KEXP!: https://www.youtube.com/watch?v=3qBZj59p50U\n\nhttps://harveydanger.bandcamp.com",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}