Information about plays

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

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

{
    "id": 3550820,
    "uri": "https://api.kexp.org/v2/plays/3550820/?format=api",
    "airdate": "2025-09-09T10:21:23-07:00",
    "show": 64517,
    "show_uri": "https://api.kexp.org/v2/shows/64517/?format=api",
    "image_uri": "https://ia802908.us.archive.org/9/items/mbid-ddb67061-9c27-406d-b6c5-d57e6e16d010/mbid-ddb67061-9c27-406d-b6c5-d57e6e16d010-25748118454_thumb500.jpg",
    "thumbnail_uri": "https://ia802908.us.archive.org/9/items/mbid-ddb67061-9c27-406d-b6c5-d57e6e16d010/mbid-ddb67061-9c27-406d-b6c5-d57e6e16d010-25748118454_thumb250.jpg",
    "song": "Man Without a Soul",
    "track_id": "57b114ec-6f49-4c60-bbba-f1b9658d073f",
    "recording_id": "242df0ff-1ec7-4878-a51a-d7cd91c72db7",
    "artist": "Lucinda Williams",
    "artist_ids": [
        "21685b15-3074-446e-aa1d-ff7157014f53"
    ],
    "album": "Good Souls Better Angels",
    "release_id": "ddb67061-9c27-406d-b6c5-d57e6e16d010",
    "release_group_id": "b986064b-c590-4a90-bc84-748d0eb5366a",
    "labels": [
        "Highway 20 Records"
    ],
    "label_ids": [
        "dacb9eae-02d6-4677-b812-24449304b03c"
    ],
    "release_date": "2020-04-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The incredible Lucinda Williams will be in Seattle at the 5th Avenue Theater on Thursday, October 9th.\n--\nThis 2020 song was written about the occupant of the White House then. \"I don't want to say that it's exactly about that person because I like to leave it open to interpretation,\" Williams said.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}