Information about plays

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

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

{
    "id": 3428208,
    "uri": "https://api.kexp.org/v2/plays/3428208/?format=api",
    "airdate": "2024-11-21T09:08:14-08:00",
    "show": 61907,
    "show_uri": "https://api.kexp.org/v2/shows/61907/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Police on My Back",
    "track_id": "a2db1711-675a-3382-985e-c7b1cdc11223",
    "recording_id": "198b9dcc-5d6f-4075-9222-9d93b542240c",
    "artist": "The Equals",
    "artist_ids": [
        "efe5c081-3a3d-4730-9669-c3eec3018989"
    ],
    "album": "Explosion",
    "release_id": "bd8b1a30-4bb8-4378-8d49-ad322bdfeab0",
    "release_group_id": "ebe69fa6-77d7-394a-afaf-8828490e2023",
    "labels": [],
    "label_ids": [],
    "release_date": "1967-11-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Equals, led by Eddy Grant, were a ground-breaking, racially mixed bands in London when they started in 1965. This song was originally released on the The Equals' Baby, Come Back album in 1968. The song then enjoyed a revival when UK punk band The Clash recorded a cover of the song in 1980 for their Sandinista! album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}