Information about plays

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

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

{
    "id": 3545590,
    "uri": "https://api.kexp.org/v2/plays/3545590/?format=api",
    "airdate": "2025-08-27T18:56:05-07:00",
    "show": 64403,
    "show_uri": "https://api.kexp.org/v2/shows/64403/?format=api",
    "image_uri": "https://ia904506.us.archive.org/25/items/mbid-21f19b06-81f1-347a-add5-5d0c77696597/mbid-21f19b06-81f1-347a-add5-5d0c77696597-8211497394_thumb500.jpg",
    "thumbnail_uri": "https://ia804506.us.archive.org/25/items/mbid-21f19b06-81f1-347a-add5-5d0c77696597/mbid-21f19b06-81f1-347a-add5-5d0c77696597-8211497394_thumb250.jpg",
    "song": "Head Over Heels / Broken (live)",
    "track_id": "374afbce-9bae-33e8-b859-124357fa325c",
    "recording_id": "222845c1-3054-4381-9dd1-c09d0a3769f4",
    "artist": "Tears for Fears",
    "artist_ids": [
        "7c7f9c94-dee8-4903-892b-6cf44652e2de"
    ],
    "album": "Songs From the Big Chair",
    "release_id": "21f19b06-81f1-347a-add5-5d0c77696597",
    "release_group_id": "475946e9-4b00-3f7c-9bd7-c11f55740262",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1985-02-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Jason!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}