Information about plays

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

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

{
    "id": 3413305,
    "uri": "https://api.kexp.org/v2/plays/3413305/?format=api",
    "airdate": "2024-10-16T07:57:44-07:00",
    "show": 61590,
    "show_uri": "https://api.kexp.org/v2/shows/61590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Barrel",
    "track_id": null,
    "recording_id": "6a6f49d0-cd02-4f25-8e43-15a7cb9b8ca3",
    "artist": "Aldous Harding",
    "artist_ids": [
        "1d779dfd-d292-48b5-b232-a09687b9881a"
    ],
    "album": "The Barrel",
    "release_id": null,
    "release_group_id": "ba7d2235-2c17-439c-af5d-b72468fa3e6f",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2019-02-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Zealand singer-songwriter Aldous Harding was most recently Live on KEXP in 2019. You can watch the full session which includes \"The Barrel\" here: https://youtu.be/O-_yCMPNNEo  \n\nhttps://www.aldousharding.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}