Information about plays

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

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

{
    "id": 3428214,
    "uri": "https://api.kexp.org/v2/plays/3428214/?format=api",
    "airdate": "2024-11-21T09:30:10-08:00",
    "show": 61907,
    "show_uri": "https://api.kexp.org/v2/shows/61907/?format=api",
    "image_uri": "https://ia601400.us.archive.org/1/items/mbid-e185029a-3325-480f-860d-7b4459c8f080/mbid-e185029a-3325-480f-860d-7b4459c8f080-16241765430_thumb500.jpg",
    "thumbnail_uri": "https://ia801400.us.archive.org/1/items/mbid-e185029a-3325-480f-860d-7b4459c8f080/mbid-e185029a-3325-480f-860d-7b4459c8f080-16241765430_thumb250.jpg",
    "song": "Goodbye",
    "track_id": "9864d39e-5a36-445a-92f6-9b56084a5b02",
    "recording_id": "eddd48f6-ad17-4e4b-bbd2-4f0725595c8b",
    "artist": "My Sad Captains",
    "artist_ids": [
        "89a26ee1-b020-4f88-9f9d-a1654e0c7c73"
    ],
    "album": "Best Of Times",
    "release_id": "e185029a-3325-480f-860d-7b4459c8f080",
    "release_group_id": "68b3b073-7662-4140-8898-49886d7b39fe",
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2014-03-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band's name comes from a poem by  Thom Gunn. The phrase itself originates from Shakespeare's Antony and Cleopatra Act III Scene 13:\n\n\"Come,\nLet's have one other gaudy night: call to me\nAll my sad captains; fill our bowls once more;\nLet's mock the midnight bell.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}