Information about plays

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

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

{
    "id": 3501137,
    "uri": "https://api.kexp.org/v2/plays/3501137/?format=api",
    "airdate": "2025-05-14T04:54:07-07:00",
    "show": 63455,
    "show_uri": "https://api.kexp.org/v2/shows/63455/?format=api",
    "image_uri": "https://dn720700.ca.archive.org/0/items/mbid-e69b2cbb-bf35-41d0-a6a6-8d2fedd9d778/mbid-e69b2cbb-bf35-41d0-a6a6-8d2fedd9d778-5651213506_thumb500.jpg",
    "thumbnail_uri": "https://ia801705.us.archive.org/2/items/mbid-e69b2cbb-bf35-41d0-a6a6-8d2fedd9d778/mbid-e69b2cbb-bf35-41d0-a6a6-8d2fedd9d778-5651213506_thumb250.jpg",
    "song": "ShoYoAss",
    "track_id": "0254e1c1-77d3-3f44-91bd-ee42d4bfc066",
    "recording_id": "c77af463-f499-47d2-ad84-6cf2a7c01755",
    "artist": "The Coup",
    "artist_ids": [
        "846e89f6-6257-4371-a26d-de960a60bec5"
    ],
    "album": "Pick a Bigger Weapon",
    "release_id": "e69b2cbb-bf35-41d0-a6a6-8d2fedd9d778",
    "release_group_id": "3abacfef-a912-383b-adb5-ec8176d9334b",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2006-04-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}