Information about plays

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

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

{
    "id": 3500667,
    "uri": "https://api.kexp.org/v2/plays/3500667/?format=api",
    "airdate": "2025-05-13T02:49:39-07:00",
    "show": 63447,
    "show_uri": "https://api.kexp.org/v2/shows/63447/?format=api",
    "image_uri": "https://ia802809.us.archive.org/20/items/mbid-882917bf-09f9-42c2-8c3e-41bb741d126e/mbid-882917bf-09f9-42c2-8c3e-41bb741d126e-31116969977_thumb500.jpg",
    "thumbnail_uri": "https://ia802809.us.archive.org/20/items/mbid-882917bf-09f9-42c2-8c3e-41bb741d126e/mbid-882917bf-09f9-42c2-8c3e-41bb741d126e-31116969977_thumb250.jpg",
    "song": "Never Fight a Man With a Perm",
    "track_id": "a02b5815-3f3e-4a5f-88f7-e066c36fe2d0",
    "recording_id": "edda2b10-c034-42ed-be7f-d9ccf4254fe1",
    "artist": "IDLES",
    "artist_ids": [
        "be465d4f-c28d-4ba1-94ab-ebaada7db8af"
    ],
    "album": "Joy as an Act of Resistance.",
    "release_id": "882917bf-09f9-42c2-8c3e-41bb741d126e",
    "release_group_id": "45003bef-d379-441d-b246-358f0b78985c",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2018-08-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}