Information about plays

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

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

{
    "id": 3500216,
    "uri": "https://api.kexp.org/v2/plays/3500216/?format=api",
    "airdate": "2025-05-12T00:39:48-07:00",
    "show": 63437,
    "show_uri": "https://api.kexp.org/v2/shows/63437/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spend the Night",
    "track_id": null,
    "recording_id": "dacff66e-1a60-44bc-a420-039dbf0cba55",
    "artist": "Ghost Phone",
    "artist_ids": [
        "6f1e2854-1752-43d6-91f7-7bb07ebf381d"
    ],
    "album": "World Is Turning",
    "release_id": null,
    "release_group_id": "0ad66698-d52f-357e-8338-22ad8bb9aaf3",
    "labels": [],
    "label_ids": [],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}