Information about plays

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

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

{
    "id": 3410033,
    "uri": "https://api.kexp.org/v2/plays/3410033/?format=api",
    "airdate": "2024-10-08T13:26:06-07:00",
    "show": 61522,
    "show_uri": "https://api.kexp.org/v2/shows/61522/?format=api",
    "image_uri": "https://ia800704.us.archive.org/30/items/mbid-49ec1f58-4f09-4e70-8ff6-0609a3b4a179/mbid-49ec1f58-4f09-4e70-8ff6-0609a3b4a179-21267884249_thumb500.jpg",
    "thumbnail_uri": "https://ia800704.us.archive.org/30/items/mbid-49ec1f58-4f09-4e70-8ff6-0609a3b4a179/mbid-49ec1f58-4f09-4e70-8ff6-0609a3b4a179-21267884249_thumb250.jpg",
    "song": "Glass Danse",
    "track_id": "30b04cde-2658-3205-8048-703f764f2086",
    "recording_id": "87568207-9a79-4fd2-9d13-d190b9691f12",
    "artist": "The Faint",
    "artist_ids": [
        "a1419808-65d3-4d40-998c-1a0bac65eabc"
    ],
    "album": "Danse Macabre",
    "release_id": "49ec1f58-4f09-4e70-8ff6-0609a3b4a179",
    "release_group_id": "85e75a49-d94f-3aa1-9283-fd5d199fbd3c",
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2001-08-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Faint was originally known as Norman Bailer and included Conor Oberst (of Bright Eyes, with whom the Faint toured in 2005). Danse Macabre (2001) is the third studio album from The Faint and was the 37th release from Omaha-based Saddle Creek Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}