Information about plays

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

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

{
    "id": 3415586,
    "uri": "https://api.kexp.org/v2/plays/3415586/?format=api",
    "airdate": "2024-10-21T16:57:29-07:00",
    "show": 61638,
    "show_uri": "https://api.kexp.org/v2/shows/61638/?format=api",
    "image_uri": "https://coverartarchive.org/release/2beccfc3-1a8b-496a-83ff-ebdac04cdb37/34522179847-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2beccfc3-1a8b-496a-83ff-ebdac04cdb37/34522179847-250.jpg",
    "song": "Sunshine, Lollipops and Rainbows",
    "track_id": null,
    "recording_id": "62a7c495-baee-470e-8416-83bb535da81a",
    "artist": "Lesley Gore",
    "artist_ids": [
        "7f565c58-cf5d-441b-821f-c314ddf60c99"
    ],
    "album": "Sunshine, Lollipops & Rainbows: The Best of Lesley Gore",
    "release_id": null,
    "release_group_id": "dee552c0-fb21-3595-881b-bcf13684249e",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brighter than a lucky penny!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}