Information about plays

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

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

{
    "id": 3628620,
    "uri": "https://api.kexp.org/v2/plays/3628620/?format=api",
    "airdate": "2026-03-14T03:15:01-07:00",
    "show": 66175,
    "show_uri": "https://api.kexp.org/v2/shows/66175/?format=api",
    "image_uri": "https://dn721605.ca.archive.org/0/items/mbid-4414c233-a079-47f4-855b-7f15296ff824/mbid-4414c233-a079-47f4-855b-7f15296ff824-26404852136_thumb500.jpg",
    "thumbnail_uri": "https://dn721605.ca.archive.org/0/items/mbid-4414c233-a079-47f4-855b-7f15296ff824/mbid-4414c233-a079-47f4-855b-7f15296ff824-26404852136_thumb250.jpg",
    "song": "(Women Should Be) A Priority",
    "track_id": "52957712-bb76-3310-8452-33f46ccd2d0d",
    "recording_id": "0cbfd811-6fe2-4df5-929c-fe137577728f",
    "artist": "Sweet Honey in the Rock",
    "artist_ids": [
        "28b6ce62-5e14-443c-80b4-ebb8e04936e1"
    ],
    "album": "In This Land",
    "release_id": "4414c233-a079-47f4-855b-7f15296ff824",
    "release_group_id": "63bf1206-89a6-3ba1-824e-3fa29487a6e6",
    "labels": [
        "EarthBeat!"
    ],
    "label_ids": [
        "21dbe673-67e4-4be4-8668-6532dcc9f03d"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}