Information about plays

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

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

{
    "id": 3562452,
    "uri": "https://api.kexp.org/v2/plays/3562452/?format=api",
    "airdate": "2025-10-07T21:18:47-07:00",
    "show": 64774,
    "show_uri": "https://api.kexp.org/v2/shows/64774/?format=api",
    "image_uri": "https://coverartarchive.org/release/aa6fc4b8-519e-4ccd-aa54-ce2df00677b0/40616099533-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/aa6fc4b8-519e-4ccd-aa54-ce2df00677b0/40616099533-250.jpg",
    "song": "Yok Yok",
    "track_id": null,
    "recording_id": "49fff379-3f04-472b-8708-a6911c2c2667",
    "artist": "Şatellites",
    "artist_ids": [
        "b0570bbc-05f0-44d3-9c7c-f267f03a880a"
    ],
    "album": "Aylar",
    "release_id": null,
    "release_group_id": "f812f6c8-9d4b-4cd3-abcd-dec19306690f",
    "labels": [
        "Batov Records"
    ],
    "label_ids": [
        "72500051-6183-4b30-b03c-e3ae5b0793cf"
    ],
    "release_date": "2025-03-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Satellites are from Haifa, Israel, and the newest hot act from the Jaffa-Tel Aviv music scene inspired by the 70's Eastern Psych wave! Formed in early 2020. https://tinyurl.com/2c3sthxc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}