Information about plays

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

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

{
    "id": 3566533,
    "uri": "https://api.kexp.org/v2/plays/3566533/?format=api",
    "airdate": "2025-10-17T23:15:52-07:00",
    "show": 64861,
    "show_uri": "https://api.kexp.org/v2/shows/64861/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So Far to Go",
    "track_id": null,
    "recording_id": "384b3f86-d809-4b76-b224-92da195acbca",
    "artist": "J Dilla feat. Common & D’Angelo",
    "artist_ids": [
        "cbcbb22c-3a8d-46af-b4ba-09c98f0d7931",
        "c0a1179b-b14a-4d68-a3c1-1fdab16ed602",
        "b66771cc-45fa-4a32-b14f-5337d7223d7a"
    ],
    "album": "The Ultimate Urban Album",
    "release_id": null,
    "release_group_id": "4c57edc5-d09f-487b-ad51-5e7c7fc492c9",
    "labels": [
        "Decadance"
    ],
    "label_ids": [
        "06864d15-da57-4a76-8c3b-750981be61fd"
    ],
    "release_date": "2008-09-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}