Information about plays

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

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

{
    "id": 3597513,
    "uri": "https://api.kexp.org/v2/plays/3597513/?format=api",
    "airdate": "2025-12-29T07:22:42-08:00",
    "show": 65506,
    "show_uri": "https://api.kexp.org/v2/shows/65506/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ball and Chain",
    "track_id": "7cdaf7db-cd68-3922-8b9a-07d8694c59d7",
    "recording_id": "4cc5d407-2d64-4dbc-b7bc-964ee503bae4",
    "artist": "Social Distortion",
    "artist_ids": [
        "e1e05cce-3922-44e1-8f20-015abe5e309d"
    ],
    "album": "Social Distortion",
    "release_id": "c2dab6ed-1a4e-49a6-9abc-6be95c03dbda",
    "release_group_id": "c4a2af67-1561-3b1b-ba7f-85515f1f9ef7",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1990-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In the words of lead singer/writer Mike Ness, \"Ball and Chain\" is \"a hard luck story,\" a forceful cry, a lament, a plea, a \"folk prayer.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}