Information about plays

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

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

{
    "id": 3421332,
    "uri": "https://api.kexp.org/v2/plays/3421332/?format=api",
    "airdate": "2024-11-04T13:39:51-08:00",
    "show": 61763,
    "show_uri": "https://api.kexp.org/v2/shows/61763/?format=api",
    "image_uri": "https://coverartarchive.org/release/1449b9f9-56c0-4177-92a7-ffcf0d204c16/39584391140-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1449b9f9-56c0-4177-92a7-ffcf0d204c16/39584391140-250.jpg",
    "song": "The Secret Garden (Sweet Seduction Suite)",
    "track_id": null,
    "recording_id": "9bb83fe8-c04f-493f-adc7-40593cecc73e",
    "artist": "Quincy Jones, Barry White, Al B. Sure!, James Ingraham, El DeBarge",
    "artist_ids": [],
    "album": "Back on the Block",
    "release_id": null,
    "release_group_id": "1ad5316f-a6b7-31d0-ba33-a5bc767ae3dd",
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1989-08-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Tammy by request!\n\nFeaturing Al B. Sure, James Ingram, El DeBarge, and Barry White. Watch them perform this song at the 1991 Soul Train Awards here: https://www.youtube.com/watch?v=EiVOpvXPeJ8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}