Information about plays

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

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

{
    "id": 3587402,
    "uri": "https://api.kexp.org/v2/plays/3587402/?format=api",
    "airdate": "2025-12-06T03:11:14-08:00",
    "show": 65300,
    "show_uri": "https://api.kexp.org/v2/shows/65300/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Auto Modown",
    "track_id": "93a7b421-8eb7-3d25-b26f-a7a19884174f",
    "recording_id": "c27cbcdf-c49a-4c37-9301-890854217b6d",
    "artist": "DEVO",
    "artist_ids": [
        "d2db1078-c170-4e22-b261-14f3ad60a690"
    ],
    "album": "Hardcore Devo, Volume 1: 74–77",
    "release_id": "a82d5d0d-6cc0-4d62-a1e7-58946a872a85",
    "release_group_id": "f2b9f62c-5f57-3340-bfd6-63e260bb7fd6",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1990-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}