Information about plays

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

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

{
    "id": 3549520,
    "uri": "https://api.kexp.org/v2/plays/3549520/?format=api",
    "airdate": "2025-09-06T05:40:33-07:00",
    "show": 64487,
    "show_uri": "https://api.kexp.org/v2/shows/64487/?format=api",
    "image_uri": "https://ia801601.us.archive.org/32/items/mbid-309ca7ff-9bf0-4c2e-bb9d-80b3e4e02729/mbid-309ca7ff-9bf0-4c2e-bb9d-80b3e4e02729-35336973330_thumb500.jpg",
    "thumbnail_uri": "https://dn721601.ca.archive.org/0/items/mbid-309ca7ff-9bf0-4c2e-bb9d-80b3e4e02729/mbid-309ca7ff-9bf0-4c2e-bb9d-80b3e4e02729-35336973330_thumb250.jpg",
    "song": "G.U.N.S. (Generation Under No Shield)",
    "track_id": "4de941d6-4e05-45f3-af41-a1448b5aab86",
    "recording_id": "ed872425-665a-43d0-94d1-fb9937d1196c",
    "artist": "Animal Farm",
    "artist_ids": [
        "d2daa880-bb39-4def-84a4-3e8c3f58e1e4"
    ],
    "album": "Culture Shock",
    "release_id": "e081d4c3-6bcd-46b1-af05-11f8d8cdf37c",
    "release_group_id": "da8ab4ae-9d9f-4c31-9a51-47015162390f",
    "labels": [
        "Focused Noise"
    ],
    "label_ids": [
        "8d9a85c1-dbba-42b9-8910-9a5fa35fe2d2"
    ],
    "release_date": "2011-05-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}