Information about plays

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

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

{
    "id": 3500427,
    "uri": "https://api.kexp.org/v2/plays/3500427/?format=api",
    "airdate": "2025-05-12T13:25:43-07:00",
    "show": 63443,
    "show_uri": "https://api.kexp.org/v2/shows/63443/?format=api",
    "image_uri": "https://dn721808.ca.archive.org/0/items/mbid-58b91adf-7807-488b-be42-16bc6553d18e/mbid-58b91adf-7807-488b-be42-16bc6553d18e-41869200359_thumb500.jpg",
    "thumbnail_uri": "https://dn721808.ca.archive.org/0/items/mbid-58b91adf-7807-488b-be42-16bc6553d18e/mbid-58b91adf-7807-488b-be42-16bc6553d18e-41869200359_thumb250.jpg",
    "song": "Say Less",
    "track_id": "a029f601-3506-4d76-806c-1231bc8f9ae8",
    "recording_id": "8102d2e4-6caf-42ae-bcf3-5a2ecadf5d74",
    "artist": "Boldy James & Real Bad Man",
    "artist_ids": [
        "d7aee312-1a30-4012-bda8-763f8e809136",
        "a59a3fdd-4bcc-4c61-b4c5-7d0c1341f2e2"
    ],
    "album": "Conversational Pieces",
    "release_id": "58b91adf-7807-488b-be42-16bc6553d18e",
    "release_group_id": "0c5eef69-8a2e-4c9a-b388-305f6d76bd35",
    "labels": [
        "Real Bad Man Records"
    ],
    "label_ids": [
        "3a973849-7ae7-4d74-bc12-5692090d1d7c"
    ],
    "release_date": "2025-05-02",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}