Information about plays

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

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

{
    "id": 3545959,
    "uri": "https://api.kexp.org/v2/plays/3545959/?format=api",
    "airdate": "2025-08-28T17:25:16-07:00",
    "show": 64411,
    "show_uri": "https://api.kexp.org/v2/shows/64411/?format=api",
    "image_uri": "https://ia801203.us.archive.org/18/items/mbid-734136e3-b30d-45a6-b584-1e0c1b122937/mbid-734136e3-b30d-45a6-b584-1e0c1b122937-11669310645_thumb500.jpg",
    "thumbnail_uri": "https://ia801203.us.archive.org/18/items/mbid-734136e3-b30d-45a6-b584-1e0c1b122937/mbid-734136e3-b30d-45a6-b584-1e0c1b122937-11669310645_thumb250.jpg",
    "song": "Under the Blacklight",
    "track_id": "bb5416e9-1713-388b-9278-e086f4b85519",
    "recording_id": "b912987f-8a21-4c7b-8412-f70ccd6dcd4d",
    "artist": "Rilo Kiley",
    "artist_ids": [
        "eaf6a7ca-105d-4a94-ba02-8c3e4040319a"
    ],
    "album": "Under the Blacklight",
    "release_id": "734136e3-b30d-45a6-b584-1e0c1b122937",
    "release_group_id": "f12ac640-5946-36d4-a915-e8d51ea7ff1b",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2007-08-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rilo Kiley performing at the Best Friends Forever Festival in Las Vegas, October 10th-12th!\nhttps://www.bestfriendsforeverfest.com/lineup\n--\n\"an album written about Los Angeles' sketchy side... of characters starving for fame and fortune.\" https://bit.ly/3mYeocb",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}