Information about plays

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

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

{
    "id": 3422565,
    "uri": "https://api.kexp.org/v2/plays/3422565/?format=api",
    "airdate": "2024-11-07T16:32:54-08:00",
    "show": 61789,
    "show_uri": "https://api.kexp.org/v2/shows/61789/?format=api",
    "image_uri": "https://ia803206.us.archive.org/16/items/mbid-e7def36e-04dc-3a80-83c5-4f705c6eab2f/mbid-e7def36e-04dc-3a80-83c5-4f705c6eab2f-3779708729_thumb500.jpg",
    "thumbnail_uri": "https://ia803206.us.archive.org/16/items/mbid-e7def36e-04dc-3a80-83c5-4f705c6eab2f/mbid-e7def36e-04dc-3a80-83c5-4f705c6eab2f-3779708729_thumb250.jpg",
    "song": "Stylo",
    "track_id": "83ca6fd7-8e99-33a5-a17a-68772107713b",
    "recording_id": "ff70f6a8-7cfc-4974-a764-8b332f7cf88f",
    "artist": "Gorillaz",
    "artist_ids": [
        "e21857d5-3256-4547-afb3-4b6ded592596"
    ],
    "album": "Plastic Beach",
    "release_id": "e7def36e-04dc-3a80-83c5-4f705c6eab2f",
    "release_group_id": "5a676824-18cd-4f7f-89f0-df21623e2042",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2010-03-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song features guest vocals from Bobby Womack and Mos Def.\n\nMurdoc wrote: \"Bobby Womack’s chorus, he just explodes into the track. How good is it to get Bobby Womack on the record? This was the first recording he’s made in 15, 20 years, so what an honour. Bobby said he only returned to do this Gorillaz track because his granddaughter said Gorillaz were cool. Which is true. We are.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}