Information about plays

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

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

{
    "id": 3429471,
    "uri": "https://api.kexp.org/v2/plays/3429471/?format=api",
    "airdate": "2024-11-24T11:24:38-08:00",
    "show": 61934,
    "show_uri": "https://api.kexp.org/v2/shows/61934/?format=api",
    "image_uri": "https://coverartarchive.org/release/94ecb8a4-8f31-4cdb-a0d3-624290086cea/21978090296-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/94ecb8a4-8f31-4cdb-a0d3-624290086cea/21978090296-250.jpg",
    "song": "Boll Weevil",
    "track_id": null,
    "recording_id": "032a4776-e4dc-40d4-9773-0635942381d7",
    "artist": "Shocking Blue",
    "artist_ids": [
        "8b399704-17f4-4001-943b-1d2b848940aa"
    ],
    "album": "At Home",
    "release_id": null,
    "release_group_id": "f7e9587f-774a-30f9-a749-ccf1a01889e9",
    "labels": [
        "Pink Elephant"
    ],
    "label_ids": [
        "ae3b2899-433b-466a-b197-4e8145b7ab10"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shocking Blue was a Dutch rock band formed in The Hague in 1967.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}