Information about plays

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

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

{
    "id": 3522596,
    "uri": "https://api.kexp.org/v2/plays/3522596/?format=api",
    "airdate": "2025-07-04T15:36:40-07:00",
    "show": 63917,
    "show_uri": "https://api.kexp.org/v2/shows/63917/?format=api",
    "image_uri": "https://coverartarchive.org/release/0fed25ab-c74b-42ed-a683-16fd83df6484/18055688154-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0fed25ab-c74b-42ed-a683-16fd83df6484/18055688154-250.jpg",
    "song": "Hurts So Good",
    "track_id": null,
    "recording_id": "3c945691-f2dd-4962-9cdb-7e34ceb9ffe6",
    "artist": "John Cougar",
    "artist_ids": [
        "0aad6b52-fd93-4ea4-9c5d-1f66e1bc9f0a"
    ],
    "album": "American Fool",
    "release_id": null,
    "release_group_id": "c52bda92-b2e9-3d42-baa0-32b4130090e6",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1982-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Hurts So Good\" is a song by American singer-songwriter John Mellencamp, then performing under the stage name \"John Cougar\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}