Information about plays

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

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

{
    "id": 3581051,
    "uri": "https://api.kexp.org/v2/plays/3581051/?format=api",
    "airdate": "2025-11-21T13:05:36-08:00",
    "show": 65169,
    "show_uri": "https://api.kexp.org/v2/shows/65169/?format=api",
    "image_uri": "https://dn721900.ca.archive.org/0/items/mbid-2e754b0e-3a72-424d-a7dd-4c98b9db4e96/mbid-2e754b0e-3a72-424d-a7dd-4c98b9db4e96-33098495547_thumb500.jpg",
    "thumbnail_uri": "https://dn721900.ca.archive.org/0/items/mbid-2e754b0e-3a72-424d-a7dd-4c98b9db4e96/mbid-2e754b0e-3a72-424d-a7dd-4c98b9db4e96-33098495547_thumb250.jpg",
    "song": "The Last Goodbye",
    "track_id": "44aab246-4943-4666-b1ab-0cf48cc17741",
    "recording_id": "264be02b-73ee-4b3e-a364-1a7cbda7679a",
    "artist": "ODESZA feat. Bettye LaVette",
    "artist_ids": [
        "af558762-abed-4f46-8324-34fc51f57b2b",
        "2e222fce-02ae-4221-b1c6-3c3242b423b6"
    ],
    "album": "The Last Goodbye",
    "release_id": "2e754b0e-3a72-424d-a7dd-4c98b9db4e96",
    "release_group_id": "3a5d4174-1a4f-4840-93b4-0330052ee03f",
    "labels": [
        "Foreign Family Collective",
        "Ninja Tune"
    ],
    "label_ids": [
        "f500dd0b-9363-4726-8e30-3b1da1524458",
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2022-07-22",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}