Information about plays

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

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

{
    "id": 3553995,
    "uri": "https://api.kexp.org/v2/plays/3553995/?format=api",
    "airdate": "2025-09-17T01:25:14-07:00",
    "show": 64583,
    "show_uri": "https://api.kexp.org/v2/shows/64583/?format=api",
    "image_uri": "https://ia803107.us.archive.org/3/items/mbid-7a6442ae-040b-45fe-a461-182981a62fd3/mbid-7a6442ae-040b-45fe-a461-182981a62fd3-40934873224_thumb500.jpg",
    "thumbnail_uri": "https://dn720705.ca.archive.org/0/items/mbid-7a6442ae-040b-45fe-a461-182981a62fd3/mbid-7a6442ae-040b-45fe-a461-182981a62fd3-40934873224_thumb250.jpg",
    "song": "Freedom Fries",
    "track_id": "1ce93625-92c6-4cfa-9cb5-9d5f909a9f27",
    "recording_id": "4bd794ea-a08d-4a57-bea7-0d23c6c76fc8",
    "artist": "Black Lips",
    "artist_ids": [
        "e940d7a3-01d0-468c-86ea-5dc4d89dcf80"
    ],
    "album": "Freedom Fries",
    "release_id": "7a6442ae-040b-45fe-a461-182981a62fd3",
    "release_group_id": "ecc71ce9-b14e-4727-923f-da416f41587d",
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2015-11-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}