Information about plays

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

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

{
    "id": 3575378,
    "uri": "https://api.kexp.org/v2/plays/3575378/?format=api",
    "airdate": "2025-11-08T03:24:05-08:00",
    "show": 65051,
    "show_uri": "https://api.kexp.org/v2/shows/65051/?format=api",
    "image_uri": "https://dn721501.ca.archive.org/0/items/mbid-27b41434-cb90-487a-89a9-28b92d4d70dd/mbid-27b41434-cb90-487a-89a9-28b92d4d70dd-33337214258_thumb500.jpg",
    "thumbnail_uri": "https://dn721501.ca.archive.org/0/items/mbid-27b41434-cb90-487a-89a9-28b92d4d70dd/mbid-27b41434-cb90-487a-89a9-28b92d4d70dd-33337214258_thumb250.jpg",
    "song": "Motion",
    "track_id": "e7f68553-c14a-4157-aa84-9f17020936f0",
    "recording_id": "3f7a6210-8a15-4fd6-8f8b-3b58ae160f11",
    "artist": "Boy Harsher",
    "artist_ids": [
        "6dc9bc09-a0c7-40f9-b491-f90845927533"
    ],
    "album": "Country Girl",
    "release_id": "27b41434-cb90-487a-89a9-28b92d4d70dd",
    "release_group_id": "a3f91d29-f3ed-4da0-8f8c-bb767067e2e8",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-10-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}