Information about plays

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

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

{
    "id": 3545694,
    "uri": "https://api.kexp.org/v2/plays/3545694/?format=api",
    "airdate": "2025-08-28T01:40:28-07:00",
    "show": 64406,
    "show_uri": "https://api.kexp.org/v2/shows/64406/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Secret Love (Shane D Remix)",
    "track_id": null,
    "recording_id": "0ad08c16-dea7-432d-969b-2d64c962bbb5",
    "artist": "Soul Divine",
    "artist_ids": [
        "e513dac7-5050-46f9-9f59-77caa09cd561"
    ],
    "album": "Secret Love",
    "release_id": null,
    "release_group_id": "cf584339-a0b7-4c74-a087-fc7a83a61d5f",
    "labels": [
        "Stereo Flava Records"
    ],
    "label_ids": [
        "fee04616-c207-4861-8c85-8ee8d4313cda"
    ],
    "release_date": "2020-02-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Flipping a song by 90's R&B duo Zhané.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}