Information about plays

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

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

{
    "id": 3549522,
    "uri": "https://api.kexp.org/v2/plays/3549522/?format=api",
    "airdate": "2025-09-06T05:45:50-07:00",
    "show": 64487,
    "show_uri": "https://api.kexp.org/v2/shows/64487/?format=api",
    "image_uri": "https://ia800600.us.archive.org/29/items/mbid-3fd45ff2-061c-4b3d-87a8-c946c878ecc1/mbid-3fd45ff2-061c-4b3d-87a8-c946c878ecc1-32533578802_thumb500.jpg",
    "thumbnail_uri": "https://ia600600.us.archive.org/29/items/mbid-3fd45ff2-061c-4b3d-87a8-c946c878ecc1/mbid-3fd45ff2-061c-4b3d-87a8-c946c878ecc1-32533578802_thumb250.jpg",
    "song": "No Guns More Glory",
    "track_id": "74271f02-5554-3cc1-8c88-aae5b3880574",
    "recording_id": "4b2cc3a7-e12b-4244-a059-c52ea1d87e12",
    "artist": "Tommy Guerrero",
    "artist_ids": [
        "67fb65b5-6589-47f0-9371-8a40eb268dfb"
    ],
    "album": "From the Soil to the Soul",
    "release_id": "3fd45ff2-061c-4b3d-87a8-c946c878ecc1",
    "release_group_id": "8b9b535f-279c-30e6-8cfb-a3c73a55de1f",
    "labels": [
        "Quannum Projects"
    ],
    "label_ids": [
        "650ccc99-f851-4966-9b63-137b9d84926c"
    ],
    "release_date": "2006-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}