Information about plays

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

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

{
    "id": 3547975,
    "uri": "https://api.kexp.org/v2/plays/3547975/?format=api",
    "airdate": "2025-09-02T12:10:45-07:00",
    "show": 64454,
    "show_uri": "https://api.kexp.org/v2/shows/64454/?format=api",
    "image_uri": "https://ia600206.us.archive.org/31/items/mbid-ae201ea6-f811-4ad7-9a20-8dd4b0dfde8e/mbid-ae201ea6-f811-4ad7-9a20-8dd4b0dfde8e-9745713790_thumb500.jpg",
    "thumbnail_uri": "https://ia600206.us.archive.org/31/items/mbid-ae201ea6-f811-4ad7-9a20-8dd4b0dfde8e/mbid-ae201ea6-f811-4ad7-9a20-8dd4b0dfde8e-9745713790_thumb250.jpg",
    "song": "Mountain",
    "track_id": "a4275bf3-60ec-46ce-94a9-55212d198d53",
    "recording_id": "30f9d2c0-66ec-496f-b93c-a6fbe202050c",
    "artist": "Meatbodies",
    "artist_ids": [
        "3ed638a7-5188-4be6-918c-9bbd68890b58"
    ],
    "album": "Meatbodies",
    "release_id": "ae201ea6-f811-4ad7-9a20-8dd4b0dfde8e",
    "release_group_id": "683e7c1e-c7c5-4c42-b9ca-20b9a901276c",
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2014-10-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl was the host when Meatbodies played live in our studio last year: https://www.youtube.com/watch?v=l7NnzWPGXuc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}