Information about plays

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

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

{
    "id": 3428171,
    "uri": "https://api.kexp.org/v2/plays/3428171/?format=api",
    "airdate": "2024-11-21T07:33:27-08:00",
    "show": 61907,
    "show_uri": "https://api.kexp.org/v2/shows/61907/?format=api",
    "image_uri": "https://ia601506.us.archive.org/21/items/mbid-ad9e1bec-3681-4133-ae19-5050dbc44024/mbid-ad9e1bec-3681-4133-ae19-5050dbc44024-17331589248_thumb500.jpg",
    "thumbnail_uri": "https://ia801506.us.archive.org/21/items/mbid-ad9e1bec-3681-4133-ae19-5050dbc44024/mbid-ad9e1bec-3681-4133-ae19-5050dbc44024-17331589248_thumb250.jpg",
    "song": "Waterfront",
    "track_id": "24315783-0f3a-39c1-8d39-622e8903cf60",
    "recording_id": "0834ade1-8bd2-4ece-9408-f653bcc66aa9",
    "artist": "Simple Minds",
    "artist_ids": [
        "f41490ce-fe39-435d-86c0-ab5ce098b423"
    ],
    "album": "Sparkle in the Rain",
    "release_id": "ad9e1bec-3681-4133-ae19-5050dbc44024",
    "release_group_id": "d5a86bb9-c3c0-3b98-bfa3-54813ed30257",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1983-11-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The waterfront in this song is the River Clyde in Glasgow, Scotland where the band is from. \"The song itself is about the rebirth of our city,\" Simple Minds lead singer Jim Kerr told Songfacts. \"It talks about the water, and anyone listening might think it's Biblical. A baptism or something.\" - https://bit.ly/3wqctmw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}