Information about plays

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

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

{
    "id": 3422203,
    "uri": "https://api.kexp.org/v2/plays/3422203/?format=api",
    "airdate": "2024-11-06T19:28:50-08:00",
    "show": 61782,
    "show_uri": "https://api.kexp.org/v2/shows/61782/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Can Only Bliss Out (F’Days)",
    "track_id": null,
    "recording_id": "a7e5a054-d707-4511-9341-9450b0a46f4b",
    "artist": "Laraaji",
    "artist_ids": [
        "249e0ab9-2690-47f3-8c9a-ef7bb62ee466"
    ],
    "album": "Vision Songs - Vol. 1",
    "release_id": null,
    "release_group_id": "54c43499-f5db-4489-8242-d8753ab4f0dc",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this performance from the legendary Laraaji live at home and talking to the Afternoon Show's Larry Mizell, Jr.!    https://www.youtube.com/watch?v=4VIe2EKSPxc&ab_channel=KEXP\n\nhttps://laraajinumero.bandcamp.com/album/vision-songs-vol-1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}