Information about plays

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

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

{
    "id": 3544139,
    "uri": "https://api.kexp.org/v2/plays/3544139/?format=api",
    "airdate": "2025-08-24T09:11:52-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/85455e7b-953e-404c-a8f9-061d71fc4aba/15870976012-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/85455e7b-953e-404c-a8f9-061d71fc4aba/15870976012-250.jpg",
    "song": "In the Street",
    "track_id": null,
    "recording_id": "930cb068-c06f-44ea-97df-c60723ebd8df",
    "artist": "Big Star",
    "artist_ids": [
        "21d177ba-3d51-461e-9b3f-ad9a80b419dc"
    ],
    "album": "#1 Record",
    "release_id": null,
    "release_group_id": "18ec10a7-864f-3f1b-8d68-5cb622165b20",
    "labels": [
        "Ardent Records"
    ],
    "label_ids": [
        "6a513082-581f-4f29-a972-b6fb33355cf2"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song went on to find a new audience when it was re-recorded by Cheap Trick to be the theme song for “That 70s show.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}