Information about plays

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

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

{
    "id": 3549683,
    "uri": "https://api.kexp.org/v2/plays/3549683/?format=api",
    "airdate": "2025-09-06T17:21:59-07:00",
    "show": 64493,
    "show_uri": "https://api.kexp.org/v2/shows/64493/?format=api",
    "image_uri": "https://ia600902.us.archive.org/6/items/mbid-4a8efb9f-61c1-4f6e-ad63-a02f68097dd4/mbid-4a8efb9f-61c1-4f6e-ad63-a02f68097dd4-42802282441_thumb500.jpg",
    "thumbnail_uri": "https://dn720701.ca.archive.org/0/items/mbid-4a8efb9f-61c1-4f6e-ad63-a02f68097dd4/mbid-4a8efb9f-61c1-4f6e-ad63-a02f68097dd4-42802282441_thumb250.jpg",
    "song": "easy come, easy go",
    "track_id": "b6ef6cbb-ffaf-46e5-8b38-ef29d88f89cb",
    "recording_id": "48facfbf-6674-4a98-b6f9-a338100e9f20",
    "artist": "LAVA LA RUE",
    "artist_ids": [
        "8ee9e6fe-a629-4ff9-a4d5-ecb79b637350"
    ],
    "album": "easy come, easy go",
    "release_id": "4a8efb9f-61c1-4f6e-ad63-a02f68097dd4",
    "release_group_id": "4a7765c6-daaa-4cf2-be7b-d20080b5f5e2",
    "labels": [
        "BMG Rights Management (UK) LTD (C)"
    ],
    "label_ids": [
        "78e3bd4c-c823-4302-9b2d-262e3ff93993"
    ],
    "release_date": "2025-08-14",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}