Information about plays

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

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

{
    "id": 3426977,
    "uri": "https://api.kexp.org/v2/plays/3426977/?format=api",
    "airdate": "2024-11-18T08:58:51-08:00",
    "show": 61883,
    "show_uri": "https://api.kexp.org/v2/shows/61883/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let the Flowers Grow featuring Boy George",
    "track_id": null,
    "recording_id": null,
    "artist": "Peter Murphy",
    "artist_ids": [
        "b78346af-e3ce-4b36-a0d5-032414de8a27"
    ],
    "album": "Let the Flowers Grow",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2024-11-08",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New from *checks notes* Peter Murphy and Boy George! https://petermurphy.bandcamp.com/album/let-the-flowers-grow",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}