Information about plays

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

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

{
    "id": 3550930,
    "uri": "https://api.kexp.org/v2/plays/3550930/?format=api",
    "airdate": "2025-09-09T16:28:03-07:00",
    "show": 64519,
    "show_uri": "https://api.kexp.org/v2/shows/64519/?format=api",
    "image_uri": "https://ia801304.us.archive.org/6/items/mbid-fad5e4b4-13ac-3f6c-9915-1f0267780df7/mbid-fad5e4b4-13ac-3f6c-9915-1f0267780df7-29316793576_thumb500.jpg",
    "thumbnail_uri": "https://ia801304.us.archive.org/6/items/mbid-fad5e4b4-13ac-3f6c-9915-1f0267780df7/mbid-fad5e4b4-13ac-3f6c-9915-1f0267780df7-29316793576_thumb250.jpg",
    "song": "Teen Angst",
    "track_id": "2f390806-f991-3879-b652-c12bf06a3213",
    "recording_id": "8ca0a1b1-f246-47b5-b5fb-ece8e18c1dd7",
    "artist": "M83",
    "artist_ids": [
        "6d7b7cd4-254b-4c25-83f6-dd20f98ceacd"
    ],
    "album": "Before the Dawn Heals Us",
    "release_id": "fad5e4b4-13ac-3f6c-9915-1f0267780df7",
    "release_group_id": "ddaa2d4d-314e-3e7c-b1d0-f6d207f5aa2f",
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "2005-01-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "M83's third album, \"Before the Dawn Heals Us,\" was released in 2005. It was the first album in which Anthony Gonzalez was by himself, having said \"au revoir\" to longtime friend/collaborator Nicolas Fromageau. -- In 2005, Pitchfork called it \"Best New Music\": https://pitchfork.com/reviews/albums/5009-before-the-dawn-heals-us/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}