Information about plays

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

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

{
    "id": 3625807,
    "uri": "https://api.kexp.org/v2/plays/3625807/?format=api",
    "airdate": "2026-03-06T00:56:20-08:00",
    "show": 66102,
    "show_uri": "https://api.kexp.org/v2/shows/66102/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crushed Velvet",
    "track_id": null,
    "recording_id": "8d62f84e-bb74-4d8d-9f70-91d50dd0781a",
    "artist": "Molly Lewis",
    "artist_ids": [
        "8484e45b-c97b-4999-b0e3-d2df675877dd"
    ],
    "album": "On the Lips",
    "release_id": null,
    "release_group_id": "4992f6d8-630e-4459-ac43-7e47e4671cda",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2024-02-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}