Information about plays

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

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

{
    "id": 3550335,
    "uri": "https://api.kexp.org/v2/plays/3550335/?format=api",
    "airdate": "2025-09-08T06:21:35-07:00",
    "show": 64507,
    "show_uri": "https://api.kexp.org/v2/shows/64507/?format=api",
    "image_uri": "https://ia803208.us.archive.org/13/items/mbid-7973e8ee-0a71-34a5-8b78-60f7e8ac8382/mbid-7973e8ee-0a71-34a5-8b78-60f7e8ac8382-4043651904_thumb500.jpg",
    "thumbnail_uri": "https://ia903208.us.archive.org/13/items/mbid-7973e8ee-0a71-34a5-8b78-60f7e8ac8382/mbid-7973e8ee-0a71-34a5-8b78-60f7e8ac8382-4043651904_thumb250.jpg",
    "song": "Sometimes Always",
    "track_id": "34d3aa1c-b526-3c09-8d0e-a53591f377e1",
    "recording_id": "b20a1377-ca41-487a-afda-d83d736f93a3",
    "artist": "The Jesus and Mary Chain",
    "artist_ids": [
        "e938a15c-b17e-4e7a-9f68-ff0d536cab44"
    ],
    "album": "21 Singles",
    "release_id": "7973e8ee-0a71-34a5-8b78-60f7e8ac8382",
    "release_group_id": "a228f277-6783-370a-8693-15edac651ee2",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stoned & Dethroned was the fifth album by Scottish group, The Jesus & Mary Chain. This recording of \"Sometimes Always\" features the vocal support of Mazzy Star lead, Hope Sandoval.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}