Information about plays

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

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

{
    "id": 3553771,
    "uri": "https://api.kexp.org/v2/plays/3553771/?format=api",
    "airdate": "2025-09-16T12:48:13-07:00",
    "show": 64578,
    "show_uri": "https://api.kexp.org/v2/shows/64578/?format=api",
    "image_uri": "https://ia800201.us.archive.org/30/items/mbid-4edf86bf-1bce-452b-95a9-73b3d9f2a4ce/mbid-4edf86bf-1bce-452b-95a9-73b3d9f2a4ce-23006591362_thumb500.jpg",
    "thumbnail_uri": "https://ia600201.us.archive.org/30/items/mbid-4edf86bf-1bce-452b-95a9-73b3d9f2a4ce/mbid-4edf86bf-1bce-452b-95a9-73b3d9f2a4ce-23006591362_thumb250.jpg",
    "song": "On the Luna",
    "track_id": "7c92887a-e518-418e-81f4-10187ba6e9aa",
    "recording_id": "e545d3e0-3861-4191-a3f6-75427054ebfa",
    "artist": "Foals",
    "artist_ids": [
        "6a65d878-fcd0-42cf-aff9-ca1d636a8bcc"
    ],
    "album": "Everything Not Saved Will Be Lost Part 1",
    "release_id": "4edf86bf-1bce-452b-95a9-73b3d9f2a4ce",
    "release_group_id": "ebbf6f7c-a843-4de9-96b7-5081dce485c7",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2019-03-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Foals perform this son live in Paris in 2019: https://www.youtube.com/watch?v=3LNWPwuauzo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}