Information about plays

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

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

{
    "id": 3592897,
    "uri": "https://api.kexp.org/v2/plays/3592897/?format=api",
    "airdate": "2025-12-19T02:04:49-08:00",
    "show": 65415,
    "show_uri": "https://api.kexp.org/v2/shows/65415/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "12 Days of X-Mas",
    "track_id": null,
    "recording_id": null,
    "artist": "A$AP Twelvyy",
    "artist_ids": [
        "95f35260-5f18-4185-9926-9a4d191d737d"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Two Twelve Technologies"
    ],
    "label_ids": [],
    "release_date": "2017-12-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Tyler Dopps\n\nhttps://soundcloud.com/asap12vy/12-days-of-x-mas?in=figs333/sets/all-3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}