Information about plays

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

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

{
    "id": 3543183,
    "uri": "https://api.kexp.org/v2/plays/3543183/?format=api",
    "airdate": "2025-08-22T05:49:04-07:00",
    "show": 64353,
    "show_uri": "https://api.kexp.org/v2/shows/64353/?format=api",
    "image_uri": "https://ia800406.us.archive.org/28/items/mbid-5498c6b4-6931-41da-baba-2c3999f56cd3/mbid-5498c6b4-6931-41da-baba-2c3999f56cd3-17565902067_thumb500.jpg",
    "thumbnail_uri": "https://ia600406.us.archive.org/28/items/mbid-5498c6b4-6931-41da-baba-2c3999f56cd3/mbid-5498c6b4-6931-41da-baba-2c3999f56cd3-17565902067_thumb250.jpg",
    "song": "Two Tribes",
    "track_id": "8554746f-7b42-3002-88e4-885371228b96",
    "recording_id": "75f9a45a-c76c-45dd-a155-dcc96e98383c",
    "artist": "Frankie Goes to Hollywood",
    "artist_ids": [
        "c09c8263-40ef-4352-8031-e438b1ce68fc"
    ],
    "album": "Bang!… The Greatest Hits of Frankie Goes to Hollywood",
    "release_id": "5498c6b4-6931-41da-baba-2c3999f56cd3",
    "release_group_id": "424a9104-94e8-31de-a848-a2eebb80fe58",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "By request, for Tom!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}