Information about plays

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

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

{
    "id": 3548299,
    "uri": "https://api.kexp.org/v2/plays/3548299/?format=api",
    "airdate": "2025-09-03T05:51:02-07:00",
    "show": 64461,
    "show_uri": "https://api.kexp.org/v2/shows/64461/?format=api",
    "image_uri": "https://ia903104.us.archive.org/27/items/mbid-910b950e-23a9-498f-b060-97482270292a/mbid-910b950e-23a9-498f-b060-97482270292a-24748166959_thumb500.jpg",
    "thumbnail_uri": "https://ia803104.us.archive.org/27/items/mbid-910b950e-23a9-498f-b060-97482270292a/mbid-910b950e-23a9-498f-b060-97482270292a-24748166959_thumb250.jpg",
    "song": "Teacher, Teacher",
    "track_id": "c885662e-c663-44a4-b9ab-e389121ce794",
    "recording_id": "c5550daa-d3db-4621-8e3e-640787a745ca",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "1999",
    "release_id": "910b950e-23a9-498f-b060-97482270292a",
    "release_group_id": "561be5b7-a39c-3866-859d-d86f30816ae7",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-11-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thanks to all the teachers out there! The frontline workers of our education system go above and beyond for our community, Your patience, creativity and dedication  inspire us!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}