Information about plays

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

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

{
    "id": 3598820,
    "uri": "https://api.kexp.org/v2/plays/3598820/?format=api",
    "airdate": "2026-01-01T12:40:23-08:00",
    "show": 65532,
    "show_uri": "https://api.kexp.org/v2/shows/65532/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dance (If You Wanna)",
    "track_id": "bf44f339-fd83-3607-adaa-77404be14df2",
    "recording_id": "3244f0c5-9db8-47ad-a565-70ffb448884c",
    "artist": "Vivian Girls",
    "artist_ids": [
        "d0676301-7ffc-4ff6-8b38-f8aeb8553115"
    ],
    "album": "Share the Joy",
    "release_id": "42065b7e-fa17-4589-99f0-04d605adbdaa",
    "release_group_id": "82d94dc8-fb66-4df9-97b4-f45edfa4fce8",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2011-04-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}