Information about plays

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

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

{
    "id": 3339781,
    "uri": "https://api.kexp.org/v2/plays/3339781/?format=api",
    "airdate": "2024-04-25T05:48:10-07:00",
    "show": 60041,
    "show_uri": "https://api.kexp.org/v2/shows/60041/?format=api",
    "image_uri": "https://coverartarchive.org/release/5742750e-7f32-41ef-980a-2dded992df13/26782510769-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5742750e-7f32-41ef-980a-2dded992df13/26782510769-250.jpg",
    "song": "Kool Aid",
    "track_id": null,
    "recording_id": "f45602c3-95d3-422a-81d0-26b40a1ce419",
    "artist": "KIRBY",
    "artist_ids": [
        "696e90d0-02bf-45d5-9588-91ee9031d565"
    ],
    "album": "Sis.",
    "release_id": null,
    "release_group_id": "8dc5372e-48c4-4758-8409-7815ace336af",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-01-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"When singer-songwriter Kirby Lauryen bounced onto our radar a few years ago, it seemed she was poised and ready for breakout success as a solo artist. Yet shortly after that, her music output suddenly stopped. She eventually resurfaced, dropping covers and loose singles here and there, but they'd always vanish after a short time. Now known simply as KIRBY, she has returned with Kool Aid http://www.soulbounce.com/2019/09/kirby-sets-a-musical-thirst-trap-with-her-kool-aid/",
    "play_type": "trackplay"
}