Information about plays

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

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

{
    "id": 3542173,
    "uri": "https://api.kexp.org/v2/plays/3542173/?format=api",
    "airdate": "2025-08-19T19:03:06-07:00",
    "show": 64334,
    "show_uri": "https://api.kexp.org/v2/shows/64334/?format=api",
    "image_uri": "https://coverartarchive.org/release/e6fef40a-3880-486b-a67c-c6266dd4b7a2/6732774459-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e6fef40a-3880-486b-a67c-c6266dd4b7a2/6732774459-250.jpg",
    "song": "Secret Channel",
    "track_id": null,
    "recording_id": "a190b30c-8a29-42ba-bf25-cf344fcf7fb8",
    "artist": "Tabla Beat Science",
    "artist_ids": [
        "5c4d801e-e8ed-4026-93ba-f29b35eea238"
    ],
    "album": "Tala Matrix",
    "release_id": null,
    "release_group_id": "b3dbcfce-675e-3ed3-ba86-2ca89ac4467c",
    "labels": [
        "Palm Pictures"
    ],
    "label_ids": [
        "9f25310a-94d7-4a28-bf89-6729a2b8e859"
    ],
    "release_date": "2000-09-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}