Information about plays

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

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

{
    "id": 3610989,
    "uri": "https://api.kexp.org/v2/plays/3610989/?format=api",
    "airdate": "2026-01-30T09:34:59-08:00",
    "show": 65792,
    "show_uri": "https://api.kexp.org/v2/shows/65792/?format=api",
    "image_uri": "https://dn710307.ca.archive.org/0/items/mbid-d930166c-e5b6-420d-8177-e62f351f6859/mbid-d930166c-e5b6-420d-8177-e62f351f6859-5658377319_thumb500.jpg",
    "thumbnail_uri": "https://dn710307.ca.archive.org/0/items/mbid-d930166c-e5b6-420d-8177-e62f351f6859/mbid-d930166c-e5b6-420d-8177-e62f351f6859-5658377319_thumb250.jpg",
    "song": "Express Yourself",
    "track_id": "13e69c92-3b71-450b-b515-28e9156a984e",
    "recording_id": "b7fa4a61-2446-40ea-b2d2-a7802a215134",
    "artist": "N.W.A",
    "artist_ids": [
        "3a54bffa-2314-44a2-927b-60144119c780"
    ],
    "album": "Straight Outta Compton",
    "release_id": "c9f286ba-092d-4191-a11c-da849edf6876",
    "release_group_id": "fed1608d-80b7-38d2-aeb8-c6357f0d4c23",
    "labels": [
        "Priority Records"
    ],
    "label_ids": [
        "ce7a2977-c7dd-4695-97e0-5e72572bf0d3"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song heavily used a sample from the 1970 song \"Express Yourself\" from Charles Wright & the Watts 103rd Street Rhythm Band.\n--\n\"It's Dre on the mic...\" : https://www.youtube.com/watch?v=u31FO_4d9TY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}