Information about plays

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

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

{
    "id": 3554024,
    "uri": "https://api.kexp.org/v2/plays/3554024/?format=api",
    "airdate": "2025-09-17T03:04:40-07:00",
    "show": 64583,
    "show_uri": "https://api.kexp.org/v2/shows/64583/?format=api",
    "image_uri": "https://ia600505.us.archive.org/27/items/mbid-c6f2297e-4083-439e-b141-f947de988576/mbid-c6f2297e-4083-439e-b141-f947de988576-14670890955_thumb500.jpg",
    "thumbnail_uri": "https://ia800505.us.archive.org/27/items/mbid-c6f2297e-4083-439e-b141-f947de988576/mbid-c6f2297e-4083-439e-b141-f947de988576-14670890955_thumb250.jpg",
    "song": "I'm Free Now",
    "track_id": "6cb78804-2191-328a-8d4d-cbba3b9c1e26",
    "recording_id": "9064ff7e-3686-40af-82b0-90fa0585d58b",
    "artist": "Morphine",
    "artist_ids": [
        "42689657-cbec-4f66-a9ed-80f939ea23ed"
    ],
    "album": "Cure for Pain",
    "release_id": "c6f2297e-4083-439e-b141-f947de988576",
    "release_group_id": "c27c4bc3-98da-33ea-ad7a-5a765ccf9580",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1993-09-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}