Information about plays

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

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

{
    "id": 3554388,
    "uri": "https://api.kexp.org/v2/plays/3554388/?format=api",
    "airdate": "2025-09-18T00:21:30-07:00",
    "show": 64590,
    "show_uri": "https://api.kexp.org/v2/shows/64590/?format=api",
    "image_uri": "https://ia600406.us.archive.org/28/items/mbid-5498c6b4-6931-41da-baba-2c3999f56cd3/mbid-5498c6b4-6931-41da-baba-2c3999f56cd3-17565902067_thumb500.jpg",
    "thumbnail_uri": "https://ia800406.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": false,
    "is_live": false,
    "comment": "When this song was released In 1984, the \"two tribes\" were America and the Soviet Union, who were engaged in the Cold War, putting the entire world under threat of annihilation.\n--\nHere's the official music video: https://www.youtube.com/watch?v=pO1HC8pHZw0\n---",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}