Information about plays

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

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

{
    "id": 3343837,
    "uri": "https://api.kexp.org/v2/plays/3343837/?format=api",
    "airdate": "2024-05-04T19:49:03-07:00",
    "show": 60125,
    "show_uri": "https://api.kexp.org/v2/shows/60125/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Copious",
    "track_id": null,
    "recording_id": "0c8c30c8-09da-4bea-b3eb-dbe17edd1b3f",
    "artist": "Menomena",
    "artist_ids": [
        "ad386705-fb8c-40ec-94d7-e690e079e979"
    ],
    "album": "The Insulation EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2010-07-27",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "One of three tracks that make up their newest EP! It's a jam!\n\nhttps://menomena.bandcamp.com/album/the-insulation-ep?from=embed",
    "play_type": "trackplay"
}