Information about plays

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

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

{
    "id": 3584108,
    "uri": "https://api.kexp.org/v2/plays/3584108/?format=api",
    "airdate": "2025-11-28T13:38:53-08:00",
    "show": 65232,
    "show_uri": "https://api.kexp.org/v2/shows/65232/?format=api",
    "image_uri": "https://ia803208.us.archive.org/29/items/mbid-71eea102-0407-3cc0-93fb-3501436e0dc3/mbid-71eea102-0407-3cc0-93fb-3501436e0dc3-10315131069_thumb500.jpg",
    "thumbnail_uri": "https://ia903208.us.archive.org/29/items/mbid-71eea102-0407-3cc0-93fb-3501436e0dc3/mbid-71eea102-0407-3cc0-93fb-3501436e0dc3-10315131069_thumb250.jpg",
    "song": "Pretty Green",
    "track_id": "43f7877e-f647-3a9d-902d-133207ae4b76",
    "recording_id": "4832ad25-92cf-4100-b410-1b850a0fa20c",
    "artist": "Mark Ronson feat. Santigold",
    "artist_ids": [
        "97b20fe3-0924-4a5f-9955-d0b5c5f9587f",
        "c3c82bdc-d9e7-4836-9746-c24ead47ca19"
    ],
    "album": "Version",
    "release_id": "71eea102-0407-3cc0-93fb-3501436e0dc3",
    "release_group_id": "8d9fb420-1b0d-316e-9367-9717d364b6db",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2007-06-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch a hand-held camera film of a live performance of this cover of the 1980 song by The Jam: https://www.youtube.com/watch?v=nGlggZeGEEI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}