Information about plays

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

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

{
    "id": 3421559,
    "uri": "https://api.kexp.org/v2/plays/3421559/?format=api",
    "airdate": "2024-11-05T03:36:07-08:00",
    "show": 61767,
    "show_uri": "https://api.kexp.org/v2/shows/61767/?format=api",
    "image_uri": "https://coverartarchive.org/release/229cd073-5ffc-4dae-9e00-3fd573414379/4233681873-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/229cd073-5ffc-4dae-9e00-3fd573414379/4233681873-250.jpg",
    "song": "Mirror in the Bathroom",
    "track_id": null,
    "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": null,
    "release_group_id": "114cb3a9-9732-3f59-8a46-73cc65a47d16",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1980-05-01",
    "rotation_status": null,
    "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"
}