Information about plays

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

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

{
    "id": 3598614,
    "uri": "https://api.kexp.org/v2/plays/3598614/?format=api",
    "airdate": "2025-12-31T23:35:49-08:00",
    "show": 65528,
    "show_uri": "https://api.kexp.org/v2/shows/65528/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Message in a Bottle",
    "track_id": null,
    "recording_id": "b9264011-47c5-4603-b840-7c27b0ccb2b9",
    "artist": "The Police",
    "artist_ids": [
        "9e0e2b01-41db-4008-bd8b-988977d6019a"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Message in a Bottle\" was the first single from the group's second album.\n\nThe song was influenced by the church music that Sting used to sing as a child. He explained in Isle of Noises by Daniel Rachel: \"I used to sing Gregorian chants and plainsong as an altar boy. A lot of my melodies might reflect that love and my early exposure to that stark, melodic narrative. 'Message In A Bottle' reflects that, too.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}