Information about plays

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

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

{
    "id": 3546268,
    "uri": "https://api.kexp.org/v2/plays/3546268/?format=api",
    "airdate": "2025-08-29T10:51:09-07:00",
    "show": 64418,
    "show_uri": "https://api.kexp.org/v2/shows/64418/?format=api",
    "image_uri": "https://ia802900.us.archive.org/11/items/mbid-95f5a9bd-5493-4134-a8f3-5ed3752a7d0f/mbid-95f5a9bd-5493-4134-a8f3-5ed3752a7d0f-38040530672_thumb500.jpg",
    "thumbnail_uri": "https://ia802900.us.archive.org/11/items/mbid-95f5a9bd-5493-4134-a8f3-5ed3752a7d0f/mbid-95f5a9bd-5493-4134-a8f3-5ed3752a7d0f-38040530672_thumb250.jpg",
    "song": "I’d Rather Dance With You",
    "track_id": "8abb8f5c-d820-33b9-8215-6922118d5cc0",
    "recording_id": "8e64cc25-e655-4dea-8dea-873c3cdc76ef",
    "artist": "Kings of Convenience",
    "artist_ids": [
        "cf0f4547-ffbd-4011-98ad-0bec9ba022db"
    ],
    "album": "Riot on an Empty Street",
    "release_id": "95f5a9bd-5493-4134-a8f3-5ed3752a7d0f",
    "release_group_id": "d0e15374-e370-3558-b2e4-6f2f4e6394e2",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2004-07-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Norweigan duo Kings of Convenience released \"I'd Rather Dance With You\" on their 2004 sophomore album. \n\nTheir latest album, Peace or Love, came out in 2021. https://kingsofconvenience.eu/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}