Information about plays

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

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

{
    "id": 3548368,
    "uri": "https://api.kexp.org/v2/plays/3548368/?format=api",
    "airdate": "2025-09-03T09:54:51-07:00",
    "show": 64462,
    "show_uri": "https://api.kexp.org/v2/shows/64462/?format=api",
    "image_uri": "https://ia601802.us.archive.org/17/items/mbid-d06687e6-db21-34ff-8e5c-1b4e13daaef0/mbid-d06687e6-db21-34ff-8e5c-1b4e13daaef0-10334297749_thumb500.jpg",
    "thumbnail_uri": "https://ia801802.us.archive.org/17/items/mbid-d06687e6-db21-34ff-8e5c-1b4e13daaef0/mbid-d06687e6-db21-34ff-8e5c-1b4e13daaef0-10334297749_thumb250.jpg",
    "song": "If You Leave",
    "track_id": "ebad2800-c25c-3a4d-a64b-815929620acd",
    "recording_id": "b83a166b-8d3c-4232-8096-e6bb00e6676f",
    "artist": "Orchestral Manoeuvres in the Dark",
    "artist_ids": [
        "6d072aa8-c851-49c5-92f9-cbca05f4bed9"
    ],
    "album": "Pretty in Pink",
    "release_id": "d06687e6-db21-34ff-8e5c-1b4e13daaef0",
    "release_group_id": "bc1bbd39-f35d-373d-b920-599546bdd0b9",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "John Hughes had originally planned to use the OMD song \"Goddess of Love\" in the film \"Pretty in Pink.\"  He changed his mind at the last moment and asked OMD for a new song, specifically at 120 BPM. OMD wrote and recorded this song in under 24 hours.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}