Information about plays

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

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

{
    "id": 3574931,
    "uri": "https://api.kexp.org/v2/plays/3574931/?format=api",
    "airdate": "2025-11-07T01:26:25-08:00",
    "show": 65042,
    "show_uri": "https://api.kexp.org/v2/shows/65042/?format=api",
    "image_uri": "https://ia902309.us.archive.org/28/items/mbid-66248f29-355e-474e-b3b9-86e0fb031e62/mbid-66248f29-355e-474e-b3b9-86e0fb031e62-30283121937_thumb500.jpg",
    "thumbnail_uri": "https://ia902309.us.archive.org/28/items/mbid-66248f29-355e-474e-b3b9-86e0fb031e62/mbid-66248f29-355e-474e-b3b9-86e0fb031e62-30283121937_thumb250.jpg",
    "song": "Oh Dove",
    "track_id": "4176b77e-7c66-45b3-97db-9e5b89fe1496",
    "recording_id": "7e96d2b7-f733-4ee3-8cdd-b9437db483ee",
    "artist": "Men I Trust",
    "artist_ids": [
        "25ab7547-a4d2-480b-b028-c7f3497bc858"
    ],
    "album": "Untourable Album",
    "release_id": "66248f29-355e-474e-b3b9-86e0fb031e62",
    "release_group_id": "1afd3d6c-3d7b-4273-8167-6c6d2a4ff353",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2021-08-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Montreal-based band founded in 2014. \n\nhttps://menitrust.bandcamp.com/track/oh-dove",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}