Information about plays

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

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

{
    "id": 3546558,
    "uri": "https://api.kexp.org/v2/plays/3546558/?format=api",
    "airdate": "2025-08-30T03:38:42-07:00",
    "show": 64424,
    "show_uri": "https://api.kexp.org/v2/shows/64424/?format=api",
    "image_uri": "https://ia800404.us.archive.org/28/items/mbid-a39d14fe-949d-404e-ae33-ac68c2f01f5d/mbid-a39d14fe-949d-404e-ae33-ac68c2f01f5d-18161769747_thumb500.jpg",
    "thumbnail_uri": "https://ia800404.us.archive.org/28/items/mbid-a39d14fe-949d-404e-ae33-ac68c2f01f5d/mbid-a39d14fe-949d-404e-ae33-ac68c2f01f5d-18161769747_thumb250.jpg",
    "song": "Face Your Fear",
    "track_id": "e0f66a79-0cc6-4e96-a9f9-03590d400ee7",
    "recording_id": "c0d403bf-a889-4fe9-97ce-461e7e1e12a2",
    "artist": "Curtis Harding",
    "artist_ids": [
        "3381882a-9e5a-44f9-b383-89759edf1dbd"
    ],
    "album": "Face Your Fear",
    "release_id": "a39d14fe-949d-404e-ae33-ac68c2f01f5d",
    "release_group_id": "eda9533e-9efd-4057-bc95-96dd92025617",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2017-10-27",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}