Information about plays

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

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

{
    "id": 3606193,
    "uri": "https://api.kexp.org/v2/plays/3606193/?format=api",
    "airdate": "2026-01-19T00:26:42-08:00",
    "show": 65694,
    "show_uri": "https://api.kexp.org/v2/shows/65694/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Unmask Me (Ashley Beedle Vocal Mix)",
    "track_id": null,
    "recording_id": "80b83d3b-6c5e-4622-9fc3-50f71809bd19",
    "artist": "Mama",
    "artist_ids": [
        "1d7f0ef5-71ae-40cc-a129-31d439ccba89"
    ],
    "album": "Café Del Mar: Terrace Decade Mix",
    "release_id": null,
    "release_group_id": "06543826-c991-4e6c-b017-cc0a453ce0d4",
    "labels": [
        "Café del Mar Music"
    ],
    "label_ids": [
        "0792d4ab-ac48-4e8b-884c-ec356d0ca928"
    ],
    "release_date": "2020-12-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}