Information about plays

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

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

{
    "id": 3411733,
    "uri": "https://api.kexp.org/v2/plays/3411733/?format=api",
    "airdate": "2024-10-12T14:56:15-07:00",
    "show": 61559,
    "show_uri": "https://api.kexp.org/v2/shows/61559/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love My Way",
    "track_id": "1a661d71-1b0d-3262-9369-015828c21bd8",
    "recording_id": "43ac69b9-2aa4-4ff1-8607-babed2ab585b",
    "artist": "The Psychedelic Furs",
    "artist_ids": [
        "9f930ddf-be2f-4de5-a39f-7ae47305752e"
    ],
    "album": "Just Can’t Get Enough: New Wave Hits of the ’80s, Volume 9",
    "release_id": "ca47729b-bf2a-4fee-8bf2-1823926d2d5f",
    "release_group_id": "72cee1f0-1f5f-3fef-a939-1a9933c105e8",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1994-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Performing with the Jesus and Mary Chain \nat the Paramount Theatre in Seattle on 10/29, and at The Masonic in San Francisco on 11/2.\n---\nReleased in July 1982 as the first single from The Psychedelic Furs' third studio album Forever Now, produced by Todd Rundgren.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}