Information about plays

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

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

{
    "id": 3421480,
    "uri": "https://api.kexp.org/v2/plays/3421480/?format=api",
    "airdate": "2024-11-04T23:54:49-08:00",
    "show": 61766,
    "show_uri": "https://api.kexp.org/v2/shows/61766/?format=api",
    "image_uri": "https://coverartarchive.org/release/9bcff320-4102-45e4-a858-44962d384e3a/1266173600-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9bcff320-4102-45e4-a858-44962d384e3a/1266173600-250.jpg",
    "song": "Color in the Sky",
    "track_id": null,
    "recording_id": null,
    "artist": "Peaking Lights",
    "artist_ids": [
        "e5479b91-5a7a-4c65-bd09-df6a308f8bc0"
    ],
    "album": "Color in the Sky",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New single from Peaking Lights! - https://peakinglights.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}