Information about plays

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

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

{
    "id": 3552356,
    "uri": "https://api.kexp.org/v2/plays/3552356/?format=api",
    "airdate": "2025-09-13T04:03:24-07:00",
    "show": 64547,
    "show_uri": "https://api.kexp.org/v2/shows/64547/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Freaks",
    "track_id": "6d8116ac-70ca-4fd2-bf2f-49ed00054dca",
    "recording_id": "c7727cd4-411f-4244-b235-934054808e48",
    "artist": "Radio Raheem",
    "artist_ids": [
        "743eb969-c35e-469e-935a-91e043f8e875"
    ],
    "album": "Time Code Exile",
    "release_id": "3171e4b5-abf1-446b-84a6-f66208c6b031",
    "release_group_id": "59f378bd-3cf4-468d-907d-d2e210003bc2",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-07-15",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}