Information about plays

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

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

{
    "id": 3575390,
    "uri": "https://api.kexp.org/v2/plays/3575390/?format=api",
    "airdate": "2025-11-08T04:07:31-08:00",
    "show": 65051,
    "show_uri": "https://api.kexp.org/v2/shows/65051/?format=api",
    "image_uri": "https://ia801207.us.archive.org/30/items/mbid-a82fb5b8-a138-4e92-8e6c-c953a808be48/mbid-a82fb5b8-a138-4e92-8e6c-c953a808be48-41503716950_thumb500.jpg",
    "thumbnail_uri": "https://ia801207.us.archive.org/30/items/mbid-a82fb5b8-a138-4e92-8e6c-c953a808be48/mbid-a82fb5b8-a138-4e92-8e6c-c953a808be48-41503716950_thumb250.jpg",
    "song": "Nowhere Man",
    "track_id": "de5220e7-0c3e-4edc-bc75-296ee5715928",
    "recording_id": "6abcfd44-4c24-4134-ac09-814af88a0548",
    "artist": "Greentea Peng",
    "artist_ids": [
        "2443a94a-03a6-4f0e-a369-ecda74af1c9f"
    ],
    "album": "TELL DEM IT'S SUNNY",
    "release_id": "a82fb5b8-a138-4e92-8e6c-c953a808be48",
    "release_group_id": "7d30cccd-1151-49ea-98d5-2fde02c8cb6b",
    "labels": [
        "AWAL Recordings"
    ],
    "label_ids": [
        "19bd97af-e452-47b2-ba9a-e6d0605dd068"
    ],
    "release_date": "2025-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}