Information about plays

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

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

{
    "id": 3542010,
    "uri": "https://api.kexp.org/v2/plays/3542010/?format=api",
    "airdate": "2025-08-19T09:27:16-07:00",
    "show": 64330,
    "show_uri": "https://api.kexp.org/v2/shows/64330/?format=api",
    "image_uri": "https://dn721602.ca.archive.org/0/items/mbid-30d47e83-63e4-494e-b8d6-9cb25214f2b7/mbid-30d47e83-63e4-494e-b8d6-9cb25214f2b7-15526919857_thumb500.jpg",
    "thumbnail_uri": "https://dn721602.ca.archive.org/0/items/mbid-30d47e83-63e4-494e-b8d6-9cb25214f2b7/mbid-30d47e83-63e4-494e-b8d6-9cb25214f2b7-15526919857_thumb250.jpg",
    "song": "Hooray for Tuesday",
    "track_id": "1a3c78db-ea79-3eb4-a77c-1634c1e7e6ce",
    "recording_id": "0f0240b1-ac4d-4292-beca-44ac14b2b825",
    "artist": "The Minders",
    "artist_ids": [
        "a0cf076f-2fa8-476a-84e2-6d9980c0deb9"
    ],
    "album": "Hooray for Tuesday",
    "release_id": "30d47e83-63e4-494e-b8d6-9cb25214f2b7",
    "release_group_id": "81ae51e2-c49a-3c19-8367-8b013d05dbf1",
    "labels": [
        "spinART Records"
    ],
    "label_ids": [
        "01653657-8472-44fa-b73b-b29f68cc8cbc"
    ],
    "release_date": "1998-09-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Tuesday :)\n\nHooray for Tuesday is the debut album by Denver-based Elephant 6 band the Minders, released in 1998 on spinART.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}