Information about plays

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

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

{
    "id": 3546002,
    "uri": "https://api.kexp.org/v2/plays/3546002/?format=api",
    "airdate": "2025-08-28T19:59:42-07:00",
    "show": 64413,
    "show_uri": "https://api.kexp.org/v2/shows/64413/?format=api",
    "image_uri": "https://coverartarchive.org/release/f0ff0ed8-8804-4697-90af-72a9a26547a7/41432397808-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f0ff0ed8-8804-4697-90af-72a9a26547a7/41432397808-250.jpg",
    "song": "Leave With Me",
    "track_id": null,
    "recording_id": "a05f8bf8-a2ff-4caa-9dfd-b24797f44e6d",
    "artist": "Yeek",
    "artist_ids": [
        "a5b20ca2-55ee-4d1c-8236-7c38f5398997"
    ],
    "album": "Future Reference",
    "release_id": null,
    "release_group_id": "e269d563-e5a7-4166-81ee-3df1c587b889",
    "labels": [
        "Valencia House"
    ],
    "label_ids": [
        "c6af7940-e6a9-4d7c-9677-b9cf3496c9e2"
    ],
    "release_date": "2023-08-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born & partially raised in New Jersey while spending developing years in both South Florida & California, Yeek is a singer-songwriter/producer. Notably coined as an early adopter of the 'genre-bending' space and breaking through the essence of what ‘DIY’ stands for, Yeek is a creative in every sense of the word -- straddling between the worlds of music, film, fashion, & art.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}