Information about plays

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

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

{
    "id": 3416523,
    "uri": "https://api.kexp.org/v2/plays/3416523/?format=api",
    "airdate": "2024-10-24T01:32:56-07:00",
    "show": 61657,
    "show_uri": "https://api.kexp.org/v2/shows/61657/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She Speaks of Love",
    "track_id": null,
    "recording_id": null,
    "artist": "Black Ends",
    "artist_ids": [
        "ee88a13a-f9fd-45f0-a7dd-3551566c4976"
    ],
    "album": "Psychotic Spew",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle band Black Ends is playing with The Bug Club today (Thursday) at Black Lodge. https://gunkpop.com/tour/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}