Information about plays

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

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

{
    "id": 3500325,
    "uri": "https://api.kexp.org/v2/plays/3500325/?format=api",
    "airdate": "2025-05-12T07:18:34-07:00",
    "show": 63441,
    "show_uri": "https://api.kexp.org/v2/shows/63441/?format=api",
    "image_uri": "https://ia600308.us.archive.org/4/items/mbid-4491675f-2e47-489d-8c72-9d71ab7f747e/mbid-4491675f-2e47-489d-8c72-9d71ab7f747e-3049629726_thumb500.jpg",
    "thumbnail_uri": "https://ia800308.us.archive.org/4/items/mbid-4491675f-2e47-489d-8c72-9d71ab7f747e/mbid-4491675f-2e47-489d-8c72-9d71ab7f747e-3049629726_thumb250.jpg",
    "song": "We Own the Sky",
    "track_id": "1739a620-91b6-3c04-9697-829f502557fa",
    "recording_id": "02760fd0-4d6e-4d82-921f-1013f31909eb",
    "artist": "M83",
    "artist_ids": [
        "6d7b7cd4-254b-4c25-83f6-dd20f98ceacd"
    ],
    "album": "Saturdays = Youth",
    "release_id": "4491675f-2e47-489d-8c72-9d71ab7f747e",
    "release_group_id": "81fa7a0e-451f-3e51-8bc8-b8ab2b599bf0",
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "2008-04-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Saturdays = Youth is the fifth studio album from the French electronic music group.\n\nM83 is named after the spiral galaxy, Messier 83, approximately 15 million light-years away, so one could say they do own the sky!\n\nhttps://ilovem83.bandcamp.com/album/saturdays-youth",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}