Information about plays

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

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

{
    "id": 3562549,
    "uri": "https://api.kexp.org/v2/plays/3562549/?format=api",
    "airdate": "2025-10-08T03:31:48-07:00",
    "show": 64776,
    "show_uri": "https://api.kexp.org/v2/shows/64776/?format=api",
    "image_uri": "https://ia601700.us.archive.org/1/items/mbid-27b41434-cb90-487a-89a9-28b92d4d70dd/mbid-27b41434-cb90-487a-89a9-28b92d4d70dd-33337214258_thumb500.jpg",
    "thumbnail_uri": "https://ia601700.us.archive.org/1/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": "Since being formed out of a two-bedroom house in Western Masachussets, Boy Harsher has released three EPs and two full-length albums, and most recently, written, directed and produced “The Runner,” a 40-minute short film with their own original soundtrack",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}