Information about plays

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

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

{
    "id": 3428192,
    "uri": "https://api.kexp.org/v2/plays/3428192/?format=api",
    "airdate": "2024-11-21T08:33:07-08:00",
    "show": 61907,
    "show_uri": "https://api.kexp.org/v2/shows/61907/?format=api",
    "image_uri": "https://ia802205.us.archive.org/12/items/mbid-16f3e0e5-d952-4ec4-815a-cdd0845dfccc/mbid-16f3e0e5-d952-4ec4-815a-cdd0845dfccc-7714921136_thumb500.jpg",
    "thumbnail_uri": "https://ia802205.us.archive.org/12/items/mbid-16f3e0e5-d952-4ec4-815a-cdd0845dfccc/mbid-16f3e0e5-d952-4ec4-815a-cdd0845dfccc-7714921136_thumb250.jpg",
    "song": "New Moon on Monday",
    "track_id": "8cbb9b9e-c49f-4813-99e1-7e35a8784094",
    "recording_id": "2fe60926-379f-4f83-a4d7-cf54a1784e73",
    "artist": "Duran Duran",
    "artist_ids": [
        "1a1cd7f3-e5df-4eca-bae2-2757c9e656b5"
    ],
    "album": "Seven and the Ragged Tiger",
    "release_id": "16f3e0e5-d952-4ec4-815a-cdd0845dfccc",
    "release_group_id": "c574bd67-dbac-352a-8783-cb5a43b369cc",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1983-11-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1983!\n\nDuran's third studio album and their last with the band's most famous line-up until their 2004 release 'Astronaut'.\n\nVocalist Simon Le Bon shared that the album \"is an adventure story about a little commando team. 'The Seven' is for us—the five band members and the two managers—and 'the Ragged Tiger' is success. Seven people running after success. It's ambition. That's what it's about.\" https://bit.ly/3yLQmr4\n\nTravel back to 1983 to watch a live version of \"New Moon on Monday\": https://www.youtube.com/watch?v=bBW8T1KWPBE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}