Information about plays

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

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

{
    "id": 3520187,
    "uri": "https://api.kexp.org/v2/plays/3520187/?format=api",
    "airdate": "2025-06-28T23:52:31-07:00",
    "show": 63865,
    "show_uri": "https://api.kexp.org/v2/shows/63865/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "American Pleather",
    "track_id": "3614bb64-3cf9-43cc-b9b0-f4755628ebbc",
    "recording_id": "c2075eb3-7b1e-46f3-a752-729881e645e4",
    "artist": "New Gods",
    "artist_ids": [
        "a6fcac3b-e525-489e-9909-b8ee1eaca3bd"
    ],
    "album": "What Did I Say?",
    "release_id": "a534a82d-a41e-4606-95c6-638b55650605",
    "release_group_id": "616e1582-cf34-4fdb-b54e-50ef977cd4d6",
    "labels": [],
    "label_ids": [],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}