Information about plays

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

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

{
    "id": 3537808,
    "uri": "https://api.kexp.org/v2/plays/3537808/?format=api",
    "airdate": "2025-08-09T06:30:17-07:00",
    "show": 64240,
    "show_uri": "https://api.kexp.org/v2/shows/64240/?format=api",
    "image_uri": "https://coverartarchive.org/release/3e75a147-f34d-49c5-8863-86e585842932/28858265009-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3e75a147-f34d-49c5-8863-86e585842932/28858265009-250.jpg",
    "song": "All of the Time",
    "track_id": null,
    "recording_id": "720fc948-e99e-461d-9f45-9e8dd2cb88d1",
    "artist": "Jungle",
    "artist_ids": [
        "6bbb3983-ce8a-4971-96e0-7cae73268fc4"
    ],
    "album": "Loving in Stereo",
    "release_id": null,
    "release_group_id": "7cb74cf3-7e87-4822-835a-2d2bbdf7f558",
    "labels": [
        "Caiola Records"
    ],
    "label_ids": [
        "32dc4101-1ddf-4c46-bd82-eee0e1179eb7"
    ],
    "release_date": "2021-08-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}