Information about plays

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

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

{
    "id": 3580418,
    "uri": "https://api.kexp.org/v2/plays/3580418/?format=api",
    "airdate": "2025-11-19T23:19:17-08:00",
    "show": 65157,
    "show_uri": "https://api.kexp.org/v2/shows/65157/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Angelyne",
    "track_id": "4b05a26b-3290-333a-8530-e9a8112829ef",
    "recording_id": "7eab777b-4818-42c3-81e9-d227e5db52e3",
    "artist": "The Jayhawks",
    "artist_ids": [
        "24ed5b09-02b1-47fe-bd83-6fa5270039b0"
    ],
    "album": "Rainy Day Music",
    "release_id": "c382865c-1a47-4650-97be-e8e12272e211",
    "release_group_id": "8c7eca20-31d0-3966-9ce4-2dd442b07698",
    "labels": [
        "American Recordings"
    ],
    "label_ids": [
        "f5be9cfe-e1af-405c-a074-caeaed6797c0"
    ],
    "release_date": "2003-04-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}