Information about plays

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

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

{
    "id": 3547555,
    "uri": "https://api.kexp.org/v2/plays/3547555/?format=api",
    "airdate": "2025-09-01T11:42:33-07:00",
    "show": 64446,
    "show_uri": "https://api.kexp.org/v2/shows/64446/?format=api",
    "image_uri": "https://ia801202.us.archive.org/22/items/mbid-ce0c5b22-8e38-4021-bab5-2f8875ae2084/mbid-ce0c5b22-8e38-4021-bab5-2f8875ae2084-37510439729_thumb500.jpg",
    "thumbnail_uri": "https://dn721905.ca.archive.org/0/items/mbid-ce0c5b22-8e38-4021-bab5-2f8875ae2084/mbid-ce0c5b22-8e38-4021-bab5-2f8875ae2084-37510439729_thumb250.jpg",
    "song": "Water (remix)",
    "track_id": "cf5670be-d0e3-4257-83c9-1bd3d81ba459",
    "recording_id": "860c2b3a-bda1-49d2-a3aa-53f040d958d5",
    "artist": "Tyla & Travis Scott",
    "artist_ids": [
        "45425c84-9092-4e2c-b732-e1d0280b580a",
        "e4a51f17-a57b-47b1-b37b-f552d0f8e9e6"
    ],
    "album": "TYLA",
    "release_id": "ce0c5b22-8e38-4021-bab5-2f8875ae2084",
    "release_group_id": "7a360dbb-9773-4d5a-9a24-cce8203f1428",
    "labels": [
        "Epic",
        "FAX Records"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55",
        "3c899aea-69ed-4da9-8f04-152eed5f4995"
    ],
    "release_date": "2024-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tyla is a South African singer and songwriter, known for blending Afrobeat, pop, and R&B influences. Her song \"Water\" gained significant attention for its catchy rhythm and global appeal, with the help of Travis Scott's iconic and familiar style.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}