Information about plays

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

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

{
    "id": 3604931,
    "uri": "https://api.kexp.org/v2/plays/3604931/?format=api",
    "airdate": "2026-01-16T03:37:14-08:00",
    "show": 65662,
    "show_uri": "https://api.kexp.org/v2/shows/65662/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yvonne (Helado Negro remix)",
    "track_id": "86c8f225-738c-4db2-9c3a-10c9da86dd2f",
    "recording_id": "cd8c0a8d-cb7d-4734-8909-a53350622f4d",
    "artist": "Foxwarren",
    "artist_ids": [
        "81239c30-1f43-498f-a319-37218922d232"
    ],
    "album": "Yvonne (Helado Negro remix)",
    "release_id": "200a45c7-f61c-4478-92d0-1081f5ac08e9",
    "release_group_id": "92b0a532-85bd-4a12-93a5-0aa222d5c9c9",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2026-01-07",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}