Information about plays

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

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

{
    "id": 3415581,
    "uri": "https://api.kexp.org/v2/plays/3415581/?format=api",
    "airdate": "2024-10-21T16:35:44-07:00",
    "show": 61638,
    "show_uri": "https://api.kexp.org/v2/shows/61638/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love",
    "track_id": null,
    "recording_id": null,
    "artist": "Meshell Ndegeocello",
    "artist_ids": [
        "55a8b485-1cbf-47ee-ae15-d106200fafe8"
    ],
    "album": "No More Water: The Gospel of James Baldwin",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Blue Note Records"
    ],
    "label_ids": [],
    "release_date": "2024-08-02",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://store.bluenote.com/products/meshell-ndegeocello-no-more-water-the-gospel-of-james-baldwin?srsltid=AfmBOoraoxv98sCXxJopF5_Smn73gYzb-Gv-h-TM7AkK2Jn8SxxgewLs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}