Information about plays

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

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

{
    "id": 3439656,
    "uri": "https://api.kexp.org/v2/plays/3439656/?format=api",
    "airdate": "2024-12-18T12:27:25-08:00",
    "show": 62142,
    "show_uri": "https://api.kexp.org/v2/shows/62142/?format=api",
    "image_uri": "https://ia903401.us.archive.org/16/items/mbid-f96df5d2-4ef9-3ef4-a4be-c743802b6f1e/mbid-f96df5d2-4ef9-3ef4-a4be-c743802b6f1e-7946180530_thumb500.jpg",
    "thumbnail_uri": "https://ia803401.us.archive.org/16/items/mbid-f96df5d2-4ef9-3ef4-a4be-c743802b6f1e/mbid-f96df5d2-4ef9-3ef4-a4be-c743802b6f1e-7946180530_thumb250.jpg",
    "song": "Heaven or Las Vegas",
    "track_id": "cfe14f33-4658-3c76-ab45-46fb606b07f6",
    "recording_id": "e1c1ba62-8df8-46cd-8610-3f3e7a897e79",
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Heaven or Las Vegas",
    "release_id": "f96df5d2-4ef9-3ef4-a4be-c743802b6f1e",
    "release_group_id": "12fab6b9-4eaf-33b0-963e-cae03ac332fe",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1990-08-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Can you believe this title track from Scottish shoegazers' 1990 classic was released over 33 years ago? \nFormed out of Grangemouth, UK, the band was active from 1979-1997.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}