Information about plays

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

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

{
    "id": 3527680,
    "uri": "https://api.kexp.org/v2/plays/3527680/?format=api",
    "airdate": "2025-07-16T09:45:28-07:00",
    "show": 64028,
    "show_uri": "https://api.kexp.org/v2/shows/64028/?format=api",
    "image_uri": "https://ia902202.us.archive.org/12/items/mbid-68f75281-39f2-43fc-a63a-76a8854c777c/mbid-68f75281-39f2-43fc-a63a-76a8854c777c-7816646073_thumb500.jpg",
    "thumbnail_uri": "https://ia802202.us.archive.org/12/items/mbid-68f75281-39f2-43fc-a63a-76a8854c777c/mbid-68f75281-39f2-43fc-a63a-76a8854c777c-7816646073_thumb250.jpg",
    "song": "Bad Luck",
    "track_id": "559ed7ac-ee21-4f9d-abf1-86f593890d8e",
    "recording_id": "71d9f5ef-2fa7-49a6-b8c4-cce375bc5e16",
    "artist": "Social Distortion",
    "artist_ids": [
        "e1e05cce-3922-44e1-8f20-015abe5e309d"
    ],
    "album": "Somewhere Between Heaven and Hell",
    "release_id": "68f75281-39f2-43fc-a63a-76a8854c777c",
    "release_group_id": "e3dcdb77-9c86-35c7-9bb7-558a6fc0b106",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1992-02-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Social Distortion's fourth studio album. Their track \"Bad Luck\" was the album's first single, peaking at number 2 on the Modern Rock Tracks chart. Social Distortion has not had a higher charting single since.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}