Information about plays

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

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

{
    "id": 3545298,
    "uri": "https://api.kexp.org/v2/plays/3545298/?format=api",
    "airdate": "2025-08-27T01:27:08-07:00",
    "show": 64398,
    "show_uri": "https://api.kexp.org/v2/shows/64398/?format=api",
    "image_uri": "https://ia803205.us.archive.org/15/items/mbid-e3d500bb-da7a-48a4-8fc4-2d975c182a99/mbid-e3d500bb-da7a-48a4-8fc4-2d975c182a99-39983347473_thumb500.jpg",
    "thumbnail_uri": "https://ia803205.us.archive.org/15/items/mbid-e3d500bb-da7a-48a4-8fc4-2d975c182a99/mbid-e3d500bb-da7a-48a4-8fc4-2d975c182a99-39983347473_thumb250.jpg",
    "song": "Spice Girl",
    "track_id": "73f5da4d-5f5c-44d2-9401-a4f483831c72",
    "recording_id": "3e2ff1ae-f90c-4a0d-937e-79b4f455ff29",
    "artist": "Aminé",
    "artist_ids": [
        "12398bf3-1b99-47b7-930c-f3956773f35a"
    ],
    "album": "Good for You",
    "release_id": "e3d500bb-da7a-48a4-8fc4-2d975c182a99",
    "release_group_id": "cc54fa37-7b6b-4631-9131-7d2decf40741",
    "labels": [
        "Universal Music Group"
    ],
    "label_ids": [
        "19d052fa-570a-4b17-9a3d-8f2f029b7b57"
    ],
    "release_date": "2017-07-28",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "I still have my Spice Girls dolls lol.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}