Information about plays

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

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

{
    "id": 3422502,
    "uri": "https://api.kexp.org/v2/plays/3422502/?format=api",
    "airdate": "2024-11-07T12:25:59-08:00",
    "show": 61787,
    "show_uri": "https://api.kexp.org/v2/shows/61787/?format=api",
    "image_uri": "https://ia800809.us.archive.org/1/items/mbid-ff2349af-1382-4bf9-bad4-eeabf89e0f93/mbid-ff2349af-1382-4bf9-bad4-eeabf89e0f93-17659824301_thumb500.jpg",
    "thumbnail_uri": "https://ia800809.us.archive.org/1/items/mbid-ff2349af-1382-4bf9-bad4-eeabf89e0f93/mbid-ff2349af-1382-4bf9-bad4-eeabf89e0f93-17659824301_thumb250.jpg",
    "song": "Campaigner",
    "track_id": "ce09b5bf-97f5-471c-9df2-9ad85aa3a6c6",
    "recording_id": "a2b1b073-737d-4e2a-8634-3a862de8d918",
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "Hitchhiker",
    "release_id": "ff2349af-1382-4bf9-bad4-eeabf89e0f93",
    "release_group_id": "0ac81b52-8ed5-4d97-8731-cb328878d60e",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2017-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Campaigner” was written in 1976, in classic Neil young fashion, in one sitting after Young was inspired by some cultural event (in this case the stroke of Richard Nixon’s wife Pat).  Young’s take on the event is a predictably and bravely sideways interpretation as he inserts into the Nixon narrative something America was yet to see; humanity.\n\n“Guess I felt sorry for [Nixon] that night,” Young would later say of the song.\n\nhttps://oldschoolrecordreview.wordpress.com/2016/03/31/stuck-in-my-head-20-campaigner-by-neil-young/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}