Information about plays

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

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

{
    "id": 3562859,
    "uri": "https://api.kexp.org/v2/plays/3562859/?format=api",
    "airdate": "2025-10-08T23:58:52-07:00",
    "show": 64783,
    "show_uri": "https://api.kexp.org/v2/shows/64783/?format=api",
    "image_uri": "https://dn721706.ca.archive.org/0/items/mbid-b5a416c7-ec54-4f1d-9dca-083996ef4307/mbid-b5a416c7-ec54-4f1d-9dca-083996ef4307-23593869141_thumb500.jpg",
    "thumbnail_uri": "https://dn721706.ca.archive.org/0/items/mbid-b5a416c7-ec54-4f1d-9dca-083996ef4307/mbid-b5a416c7-ec54-4f1d-9dca-083996ef4307-23593869141_thumb250.jpg",
    "song": "America (You’re Freaking Me Out)",
    "track_id": "5b8a7ed5-7c8e-46d2-9eff-0fc2165fa695",
    "recording_id": "e0d4fa5f-3801-42b8-85db-6140834e2fc1",
    "artist": "The Menzingers",
    "artist_ids": [
        "3071d829-b9ca-4499-b4f5-74d6d8531aed"
    ],
    "album": "Hello Exile",
    "release_id": "80db7d76-ebe7-4ec2-9f2c-0072cb2c3c69",
    "release_group_id": "efca126d-3db0-40d5-80ad-f6df4abdbcdc",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2019-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}