Information about plays

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

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

{
    "id": 3428305,
    "uri": "https://api.kexp.org/v2/plays/3428305/?format=api",
    "airdate": "2024-11-21T15:26:48-08:00",
    "show": 61909,
    "show_uri": "https://api.kexp.org/v2/shows/61909/?format=api",
    "image_uri": "https://coverartarchive.org/release/bcbf437f-c046-4c59-abd1-1509da0967c8/30829081093-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bcbf437f-c046-4c59-abd1-1509da0967c8/30829081093-250.jpg",
    "song": "Everyday It Rains",
    "track_id": null,
    "recording_id": "d5ad3dd2-8596-4432-ad90-65140e8c5938",
    "artist": "Mary J. Blige",
    "artist_ids": [
        "db76c5ca-d555-4f09-b1db-baa1b713d875"
    ],
    "album": "Russell Simmons Presents The Show: The Soundtrack",
    "release_id": null,
    "release_group_id": "a1b7d546-9563-307c-b9ea-4b183a5ee72a",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1995-08-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See the Queen perform this classic, which features a sample of Lou Donaldson\" Who's Making Love.\": https://www.youtube.com/watch?v=tmXOBS5C4e8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}