Information about plays

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

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

{
    "id": 3410027,
    "uri": "https://api.kexp.org/v2/plays/3410027/?format=api",
    "airdate": "2024-10-08T13:05:26-07:00",
    "show": 61522,
    "show_uri": "https://api.kexp.org/v2/shows/61522/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mirror in the Bathroom",
    "track_id": "c148af91-61c6-346b-813f-99a12d959bf5",
    "recording_id": "0abd2d6a-300b-4810-b24b-0829c4ddeec0",
    "artist": "The Beat",
    "artist_ids": [
        "9727e632-c228-47f8-a7ae-398df94f00c7"
    ],
    "album": "I Just Can't Stop It",
    "release_id": "a7a55a2b-bac7-430a-80d7-527e05b694e9",
    "release_group_id": "114cb3a9-9732-3f59-8a46-73cc65a47d16",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1980-10-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The classic English Beat song was also featured on the Grosse Point Blank soundtrack. \n--\n \"Mirror in the Bathroom\" is a single by British ska band the Beat released as a single in 1980 from their debut studio album I Just Can't Stop It. - http://englishbeat.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}