Information about plays

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

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

{
    "id": 3418274,
    "uri": "https://api.kexp.org/v2/plays/3418274/?format=api",
    "airdate": "2024-10-28T05:18:49-07:00",
    "show": 61696,
    "show_uri": "https://api.kexp.org/v2/shows/61696/?format=api",
    "image_uri": "https://ia902204.us.archive.org/30/items/mbid-d98c325b-0632-4fe2-aa1e-2ef07d18477f/mbid-d98c325b-0632-4fe2-aa1e-2ef07d18477f-7800123470_thumb500.jpg",
    "thumbnail_uri": "https://ia902204.us.archive.org/30/items/mbid-d98c325b-0632-4fe2-aa1e-2ef07d18477f/mbid-d98c325b-0632-4fe2-aa1e-2ef07d18477f-7800123470_thumb250.jpg",
    "song": "The Killing Moon",
    "track_id": "4f8d1e32-f575-3858-8e89-3931de66e48c",
    "recording_id": "333b309e-78d6-42b0-9672-3334c9d2d165",
    "artist": "Echo & The Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "Ocean Rain",
    "release_id": "d98c325b-0632-4fe2-aa1e-2ef07d18477f",
    "release_group_id": "ecbe6d07-c2e4-37fe-9a99-8484dd7f9a20",
    "labels": [
        "Sire Records",
        "Rhino"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf",
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2004-01-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band credits the inspiration for the song's mandolin sound to a visit they had at a museum of tractor parts. \nhttps://tinyurl.com/482dwcc2 https://www.bunnymen.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}