Information about plays

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

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

{
    "id": 3440702,
    "uri": "https://api.kexp.org/v2/plays/3440702/?format=api",
    "airdate": "2024-12-21T02:30:45-08:00",
    "show": 62164,
    "show_uri": "https://api.kexp.org/v2/shows/62164/?format=api",
    "image_uri": "https://coverartarchive.org/release/988f9f49-85f0-453d-a5db-92c103f537db/6369550272-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/988f9f49-85f0-453d-a5db-92c103f537db/6369550272-250.jpg",
    "song": "Revenge",
    "track_id": null,
    "recording_id": null,
    "artist": "Ministry",
    "artist_ids": [
        "13df2a46-f72f-40e7-aa63-26fcf62c7048"
    ],
    "album": "With Sympathy",
    "release_id": null,
    "release_group_id": "1ea0c5a9-38dc-3907-9a0e-31a63cc6c4a3",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1983-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.discogs.com/master/7612-Ministry-With-Sympathy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}