Information about plays

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

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

{
    "id": 3546177,
    "uri": "https://api.kexp.org/v2/plays/3546177/?format=api",
    "airdate": "2025-08-29T05:39:33-07:00",
    "show": 64416,
    "show_uri": "https://api.kexp.org/v2/shows/64416/?format=api",
    "image_uri": "https://coverartarchive.org/release/53da9254-4d82-4f9b-a22b-5a3abc36f58c/15000624229-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/53da9254-4d82-4f9b-a22b-5a3abc36f58c/15000624229-250.jpg",
    "song": "Up Side",
    "track_id": null,
    "recording_id": "4e3c4a63-aaaa-4a8c-8256-3f2eff4db2a7",
    "artist": "? and the Mysterians",
    "artist_ids": [
        "912fcb75-fa16-49e6-9e19-becf0f7dea4d"
    ],
    "album": "96 Tears",
    "release_id": null,
    "release_group_id": "be581d86-884c-31d6-a1e6-175390376ba2",
    "labels": [
        "Merlin Records"
    ],
    "label_ids": [
        "424ba465-cdd4-4977-8d5a-39b19c8d7e0f"
    ],
    "release_date": "1966-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This album is a cornerstone of '60s garage rock. \n\"Up Side\" is a song by ? and the Mysterians, featured on their debut album \"96 Tears,\" which was released in 1966 on Cameo Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}