Information about plays

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

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

{
    "id": 3553998,
    "uri": "https://api.kexp.org/v2/plays/3553998/?format=api",
    "airdate": "2025-09-17T01:32:35-07:00",
    "show": 64583,
    "show_uri": "https://api.kexp.org/v2/shows/64583/?format=api",
    "image_uri": "https://ia803208.us.archive.org/28/items/mbid-e00a8283-56f2-42e4-a020-a834800e9c16/mbid-e00a8283-56f2-42e4-a020-a834800e9c16-32166202982_thumb500.jpg",
    "thumbnail_uri": "https://ia803208.us.archive.org/28/items/mbid-e00a8283-56f2-42e4-a020-a834800e9c16/mbid-e00a8283-56f2-42e4-a020-a834800e9c16-32166202982_thumb250.jpg",
    "song": "Feeling Free",
    "track_id": "1b3c2670-75f5-39e6-a59f-a8f3556bceb1",
    "recording_id": "b27d0e86-039e-4b6b-9e02-c6ac35ad0cd7",
    "artist": "Nicole Willis & The Soul Investigators",
    "artist_ids": [
        "3d90c8e4-6ae5-47f8-955b-d38dd0e20311",
        "ea8ca4ee-a26c-4eb6-98a6-24275e126ef3"
    ],
    "album": "Keep Reachin' Up",
    "release_id": "068ad145-e8e8-45b8-b7de-7c7a32d3b2d7",
    "release_group_id": "c3dd5cd9-1699-3f55-912c-c1ae212f6d1b",
    "labels": [
        "Timmion Records"
    ],
    "label_ids": [
        "288a1b35-fb5e-4d08-b4e2-d291f1f1aa76"
    ],
    "release_date": "2005-11-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}