Information about plays

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

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

{
    "id": 3572681,
    "uri": "https://api.kexp.org/v2/plays/3572681/?format=api",
    "airdate": "2025-11-01T17:50:16-07:00",
    "show": 64995,
    "show_uri": "https://api.kexp.org/v2/shows/64995/?format=api",
    "image_uri": "https://ia800309.us.archive.org/22/items/mbid-edbdbbf6-8022-4f98-a93f-9d58a7b32692/mbid-edbdbbf6-8022-4f98-a93f-9d58a7b32692-41190845155_thumb500.jpg",
    "thumbnail_uri": "https://ia600309.us.archive.org/22/items/mbid-edbdbbf6-8022-4f98-a93f-9d58a7b32692/mbid-edbdbbf6-8022-4f98-a93f-9d58a7b32692-41190845155_thumb250.jpg",
    "song": "Push It",
    "track_id": "0ff2980f-f58e-3b33-9d14-ada830ee1cfc",
    "recording_id": "871f38c3-357a-467c-91ac-f0f3aa9db1f7",
    "artist": "Garbage",
    "artist_ids": [
        "f9ef7a22-4262-4596-a2a8-1d19345b8e50"
    ],
    "album": "Version 2.0",
    "release_id": "edbdbbf6-8022-4f98-a93f-9d58a7b32692",
    "release_group_id": "e8786e7c-1737-331f-8973-3593f3bde895",
    "labels": [
        "Almo Sounds"
    ],
    "label_ids": [
        "12ad1045-26f3-46de-b7f1-63cc22a31e64"
    ],
    "release_date": "1998-05-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Push It\" borrows some lyrics and part of the vocal melody from the 1964 Beach Boys track \"Don't Worry Baby.\" The original plan was to sample the song, but they settled for an interpolation when that proved too challenging legally.\n\nAlong with band members Doug Erikson, Shirley Manson, Steve Marker and Butch Vig, Brian Wilson of The Beach Boys and his \"Don't Worry Baby\" co-writer Roger Christian are credited as songwriters on the track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}