Information about plays

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

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

{
    "id": 3552218,
    "uri": "https://api.kexp.org/v2/plays/3552218/?format=api",
    "airdate": "2025-09-12T19:49:14-07:00",
    "show": 64544,
    "show_uri": "https://api.kexp.org/v2/shows/64544/?format=api",
    "image_uri": "https://coverartarchive.org/release/a656ae4a-d6b0-4428-bc02-1e531584cce4/39724269967-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a656ae4a-d6b0-4428-bc02-1e531584cce4/39724269967-250.jpg",
    "song": "Lo Lo",
    "track_id": null,
    "recording_id": "50dc970c-6fdd-48a8-b557-be03577c6e7c",
    "artist": "Omah Lay",
    "artist_ids": [
        "b63bd4fd-2050-4c92-a237-576f6f6c97cb"
    ],
    "album": "Lo Lo",
    "release_id": null,
    "release_group_id": "fa3ad33d-8974-4eb6-b8c9-049519e64513",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-08-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Omah always comes with the quality!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}