Information about plays

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

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

{
    "id": 3549108,
    "uri": "https://api.kexp.org/v2/plays/3549108/?format=api",
    "airdate": "2025-09-05T05:29:45-07:00",
    "show": 64478,
    "show_uri": "https://api.kexp.org/v2/shows/64478/?format=api",
    "image_uri": "https://ia801001.us.archive.org/3/items/mbid-d324a8e7-d44a-3c9d-a515-7d5a2a012a8e/mbid-d324a8e7-d44a-3c9d-a515-7d5a2a012a8e-7585317077_thumb500.jpg",
    "thumbnail_uri": "https://ia801001.us.archive.org/3/items/mbid-d324a8e7-d44a-3c9d-a515-7d5a2a012a8e/mbid-d324a8e7-d44a-3c9d-a515-7d5a2a012a8e-7585317077_thumb250.jpg",
    "song": "Clocks",
    "track_id": "9bab539c-e478-3d3f-9745-e05fa1209713",
    "recording_id": "3e963c34-06d2-4a32-93d8-bd03e98d5e81",
    "artist": "Coldplay",
    "artist_ids": [
        "cc197bad-dc9c-440d-a5b5-d52ba2e14234"
    ],
    "album": "A Rush of Blood to the Head",
    "release_id": "d324a8e7-d44a-3c9d-a515-7d5a2a012a8e",
    "release_group_id": "120c786d-a3b2-3c19-b4ff-2b7b3b4435bf",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2002-08-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "a perfect song",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}