Information about plays

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

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

{
    "id": 3564799,
    "uri": "https://api.kexp.org/v2/plays/3564799/?format=api",
    "airdate": "2025-10-14T02:43:45-07:00",
    "show": 64830,
    "show_uri": "https://api.kexp.org/v2/shows/64830/?format=api",
    "image_uri": "https://ia800203.us.archive.org/6/items/mbid-fa4d9673-48fa-412c-9452-9e98c03fa5a9/mbid-fa4d9673-48fa-412c-9452-9e98c03fa5a9-8569550353_thumb500.jpg",
    "thumbnail_uri": "https://ia800203.us.archive.org/6/items/mbid-fa4d9673-48fa-412c-9452-9e98c03fa5a9/mbid-fa4d9673-48fa-412c-9452-9e98c03fa5a9-8569550353_thumb250.jpg",
    "song": "True Lies",
    "track_id": "65246d42-6f87-4c85-8bd1-c6ee0b339ca1",
    "recording_id": "8e38bc57-ea3b-4518-a2f7-8d9ed8d5a3d2",
    "artist": "Marianne Faithfull",
    "artist_ids": [
        "14ed9dea-1bb0-4743-ba32-39674a71da89"
    ],
    "album": "Give My Love to London",
    "release_id": "efacb1b9-1b41-4163-a18f-f07325567c4e",
    "release_group_id": "4cd06687-9d95-4127-b26b-451dec524249",
    "labels": [
        "Easy Sound"
    ],
    "label_ids": [
        "b6e9732a-ff58-4365-a674-8d2e43ce2ee7"
    ],
    "release_date": "2014-11-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}