Information about plays

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

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

{
    "id": 3343720,
    "uri": "https://api.kexp.org/v2/plays/3343720/?format=api",
    "airdate": "2024-05-04T12:26:28-07:00",
    "show": 60123,
    "show_uri": "https://api.kexp.org/v2/shows/60123/?format=api",
    "image_uri": "https://ia802208.us.archive.org/7/items/mbid-36b69931-add2-4409-8d7a-939f277223f2/mbid-36b69931-add2-4409-8d7a-939f277223f2-7183720847_thumb500.jpg",
    "thumbnail_uri": "https://ia902208.us.archive.org/7/items/mbid-36b69931-add2-4409-8d7a-939f277223f2/mbid-36b69931-add2-4409-8d7a-939f277223f2-7183720847_thumb250.jpg",
    "song": "My Silver Lining",
    "track_id": "c0521b40-75a0-4212-8a8a-e86770f9466d",
    "recording_id": "8b895c76-b459-470e-8636-14e51312e6f8",
    "artist": "First Aid Kit",
    "artist_ids": [
        "373faa02-74d7-4b1d-9b47-7574ad510f8d"
    ],
    "album": "Stay Gold",
    "release_id": "36b69931-add2-4409-8d7a-939f277223f2",
    "release_group_id": "5fcf275b-ddae-479d-90a0-80f521404de8",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2014-06-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out First Aid Kit playing this song as part of their Live on KEXP performance from 2014\n\nhttps://www.youtube.com/watch?v=56EyxCwGYjw\n\n\"The title of this traveling song comes from the English metaphor for optimism, \"every cloud has a silver lining.\" The tune finds the Swedish Söderberg sisters contemplating life on the road as a mixed blessing, as they wake up one morning in a hotel room with no idea, \"who or what or where I am.\" However, they add that there's always something good to balance out the bad.\"\n\nhttps://bit.ly/3oeO6BU \nhttps://www.firstaidkitband.com/",
    "play_type": "trackplay"
}