Information about plays

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

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

{
    "id": 3559633,
    "uri": "https://api.kexp.org/v2/plays/3559633/?format=api",
    "airdate": "2025-09-30T12:16:59-07:00",
    "show": 64709,
    "show_uri": "https://api.kexp.org/v2/shows/64709/?format=api",
    "image_uri": "https://ia800106.us.archive.org/5/items/mbid-530c2280-c0f8-4fca-93e4-5ae85041eb8e/mbid-530c2280-c0f8-4fca-93e4-5ae85041eb8e-18012215223_thumb500.jpg",
    "thumbnail_uri": "https://ia800106.us.archive.org/5/items/mbid-530c2280-c0f8-4fca-93e4-5ae85041eb8e/mbid-530c2280-c0f8-4fca-93e4-5ae85041eb8e-18012215223_thumb250.jpg",
    "song": "Feel the Same",
    "track_id": "2ef3af41-1cea-496a-806c-4a474ab30c86",
    "recording_id": "21802a1e-22f8-408a-9531-4dcde288fd58",
    "artist": "Bully",
    "artist_ids": [
        "6d5c33ee-5357-4eee-8420-e50aec54982b"
    ],
    "album": "Losing",
    "release_id": "530c2280-c0f8-4fca-93e4-5ae85041eb8e",
    "release_group_id": "79f91898-4faa-49e5-8c3d-f1f5e09b77dc",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2017-10-20",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Feel the Same\" was selected as a KEXP Song of the Day: https://www.kexp.org/podcasts/song-of-the-day/2017/11/12/bully-feel-the-same/\n--\nBully performed this track live in the KEXP studio in 2018. Watch the full session here: https://youtu.be/3f6TAMcPX30",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}