Information about plays

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

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

{
    "id": 3639210,
    "uri": "https://api.kexp.org/v2/plays/3639210/?format=api",
    "airdate": "2026-04-07T22:33:51-07:00",
    "show": 66395,
    "show_uri": "https://api.kexp.org/v2/shows/66395/?format=api",
    "image_uri": "https://dn710200.ca.archive.org/0/items/mbid-def1fdf6-d3d2-4de4-a614-9cdb9a99b12e/mbid-def1fdf6-d3d2-4de4-a614-9cdb9a99b12e-35818857089_thumb500.jpg",
    "thumbnail_uri": "https://ia600906.us.archive.org/15/items/mbid-def1fdf6-d3d2-4de4-a614-9cdb9a99b12e/mbid-def1fdf6-d3d2-4de4-a614-9cdb9a99b12e-35818857089_thumb250.jpg",
    "song": "Trying",
    "track_id": "3b5632d8-ff27-40ee-85e4-5b8b4851b71b",
    "recording_id": "924c6fe6-a691-4ffc-a8c3-20455416d7fe",
    "artist": "Bully",
    "artist_ids": [
        "6d5c33ee-5357-4eee-8420-e50aec54982b"
    ],
    "album": "Feels Like",
    "release_id": "def1fdf6-d3d2-4de4-a614-9cdb9a99b12e",
    "release_group_id": "6a337661-0d9d-4373-a805-ac24bf7c44ba",
    "labels": [
        "Columbia",
        "StarTime International"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e",
        "27609a48-18b0-4e14-a2c5-0b578c78f1ac"
    ],
    "release_date": "2015-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}