Information about plays

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

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

{
    "id": 3577951,
    "uri": "https://api.kexp.org/v2/plays/3577951/?format=api",
    "airdate": "2025-11-14T06:19:19-08:00",
    "show": 65104,
    "show_uri": "https://api.kexp.org/v2/shows/65104/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hair Match",
    "track_id": "78dc027e-bff6-4efe-b8eb-b6ce851a772b",
    "recording_id": "e4658775-83c0-400e-acc2-f5c8a6d8702e",
    "artist": "The Mountain Goats",
    "artist_ids": [
        "9639cd52-c351-4a17-9797-58880e95a7ef"
    ],
    "album": "Beat the Champ",
    "release_id": "403735a0-3901-4b19-b10a-d8d4b46132f5",
    "release_group_id": "b745f2d5-e41c-415c-bc4e-ce0fbb262dc1",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2014-04-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Mountain Goats are playing two sold out shows at the Neptune Theatre on December 3 and 4.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}