Information about plays

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

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

{
    "id": 3429463,
    "uri": "https://api.kexp.org/v2/plays/3429463/?format=api",
    "airdate": "2024-11-24T11:00:50-08:00",
    "show": 61934,
    "show_uri": "https://api.kexp.org/v2/shows/61934/?format=api",
    "image_uri": "https://coverartarchive.org/release/09bc32dd-0ab2-405e-bcf1-d9dbd5f49b0f/30434457014-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/09bc32dd-0ab2-405e-bcf1-d9dbd5f49b0f/30434457014-250.jpg",
    "song": "Stagger Lee",
    "track_id": null,
    "recording_id": "f7a565ce-20f5-4935-98d8-e1490077c02d",
    "artist": "The Isley Brothers",
    "artist_ids": [
        "4a76400d-283f-492e-9754-18ef41755f81"
    ],
    "album": "Collection",
    "release_id": null,
    "release_group_id": "8beae77f-730d-3ab6-ae43-1030a62d159d",
    "labels": [
        "The Collection"
    ],
    "label_ids": [
        "014a4fe8-2aa7-4b9a-9c9b-31d7238aa76b"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Cincinnatti, OH brothers recorded their 1968 version of the true Mississippi story of Stagger Lee shooting Billy Lyons in 1895.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}