Information about plays

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

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

{
    "id": 3420803,
    "uri": "https://api.kexp.org/v2/plays/3420803/?format=api",
    "airdate": "2024-11-03T06:01:40-08:00",
    "show": 61751,
    "show_uri": "https://api.kexp.org/v2/shows/61751/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "SUN-ROM 001",
    "track_id": null,
    "recording_id": null,
    "artist": "AURAGRAPH",
    "artist_ids": [],
    "album": "Sounds for Focus & Productivity",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2024-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning <3 Easing into this week's show with the A-side of a new 2-track release from LA/Austin electronic musician AURAGRAPH ~ https://auragraph.bandcamp.com/album/sounds-for-focus-productivity",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}