Information about plays

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

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

{
    "id": 3550459,
    "uri": "https://api.kexp.org/v2/plays/3550459/?format=api",
    "airdate": "2025-09-08T13:39:21-07:00",
    "show": 64510,
    "show_uri": "https://api.kexp.org/v2/shows/64510/?format=api",
    "image_uri": "https://ia801406.us.archive.org/7/items/mbid-05472483-8124-3552-93dd-b3c6d1e106fa/mbid-05472483-8124-3552-93dd-b3c6d1e106fa-22402218939_thumb500.jpg",
    "thumbnail_uri": "https://ia801406.us.archive.org/7/items/mbid-05472483-8124-3552-93dd-b3c6d1e106fa/mbid-05472483-8124-3552-93dd-b3c6d1e106fa-22402218939_thumb250.jpg",
    "song": "Red Tide",
    "track_id": "0f4bbf77-b0b6-302c-8a75-6a22b3a001fd",
    "recording_id": "18f93e2a-41dc-4335-87a2-d2c32441c9e7",
    "artist": "Neko Case",
    "artist_ids": [
        "e13d2935-8c42-4c0a-96d7-654062acf106"
    ],
    "album": "Middle Cyclone",
    "release_id": "05472483-8124-3552-93dd-b3c6d1e106fa",
    "release_group_id": "e6121883-381e-3315-a2ef-f502de736dc4",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2009-03-02",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 55th Birthday to Neko Case today.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}