Information about plays

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

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

{
    "id": 3594273,
    "uri": "https://api.kexp.org/v2/plays/3594273/?format=api",
    "airdate": "2025-12-22T01:36:01-08:00",
    "show": 65444,
    "show_uri": "https://api.kexp.org/v2/shows/65444/?format=api",
    "image_uri": "https://coverartarchive.org/release/baf2a818-2f6b-455e-8e81-186e31dedfb8/14540092589-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/baf2a818-2f6b-455e-8e81-186e31dedfb8/14540092589-250.jpg",
    "song": "Gimme Shelter",
    "track_id": null,
    "recording_id": "219eea2b-4651-4519-8a69-a726300e5af8",
    "artist": "Cal Tjader",
    "artist_ids": [
        "1015b5e3-8e3d-4d78-806a-c530cf742e66"
    ],
    "album": "Agua Dulce",
    "release_id": null,
    "release_group_id": "fafac73f-12d3-4e52-89ff-423e5cdfce35",
    "labels": [
        "Fantasy"
    ],
    "label_ids": [
        "757acd4a-dade-433d-b754-53468f243220"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}