Information about plays

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

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

{
    "id": 3619230,
    "uri": "https://api.kexp.org/v2/plays/3619230/?format=api",
    "airdate": "2026-02-18T20:01:36-08:00",
    "show": 65969,
    "show_uri": "https://api.kexp.org/v2/shows/65969/?format=api",
    "image_uri": "https://coverartarchive.org/release/61f9af6b-8d6a-4039-9b13-2fc6bf0d03bc/24120151121-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/61f9af6b-8d6a-4039-9b13-2fc6bf0d03bc/24120151121-250.jpg",
    "song": "Flash Mountain",
    "track_id": null,
    "recording_id": "7c6643a5-0972-48e2-8e0c-af4ce18f42f6",
    "artist": "Djo",
    "artist_ids": [
        "dc84c3f5-a44c-4a46-bf41-fd1640e3c99d"
    ],
    "album": "Twenty Twenty",
    "release_id": null,
    "release_group_id": "d6cd3eb9-d825-4159-8603-7859cacca61e",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}