Information about plays

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

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

{
    "id": 3524218,
    "uri": "https://api.kexp.org/v2/plays/3524218/?format=api",
    "airdate": "2025-07-08T06:25:28-07:00",
    "show": 63955,
    "show_uri": "https://api.kexp.org/v2/shows/63955/?format=api",
    "image_uri": "https://ia800808.us.archive.org/13/items/mbid-f2830a83-184b-45b4-829d-e7af946ff3b6/mbid-f2830a83-184b-45b4-829d-e7af946ff3b6-21363825078_thumb500.jpg",
    "thumbnail_uri": "https://ia600808.us.archive.org/13/items/mbid-f2830a83-184b-45b4-829d-e7af946ff3b6/mbid-f2830a83-184b-45b4-829d-e7af946ff3b6-21363825078_thumb250.jpg",
    "song": "Mouth Breather",
    "track_id": "d684b212-d20e-3798-a40f-0d2ac47a05ba",
    "recording_id": "3ff3045d-ea07-4655-a00d-6b773a1ded99",
    "artist": "The Jesus Lizard",
    "artist_ids": [
        "dfebd6c0-dae7-4cc8-a8e9-0dbaa382209f"
    ],
    "album": "Goat",
    "release_id": "f2830a83-184b-45b4-829d-e7af946ff3b6",
    "release_group_id": "5c057a6c-1841-37b3-a94d-a43f476bef1f",
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2009-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Jesus Lizard will be on tour again in October!: https://ipecac.com/tours/\n\nhttps://www.instagram.com/thejesuslizardofficial/?hl=en",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}