Information about plays

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

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

{
    "id": 3598350,
    "uri": "https://api.kexp.org/v2/plays/3598350/?format=api",
    "airdate": "2025-12-31T07:22:11-08:00",
    "show": 65523,
    "show_uri": "https://api.kexp.org/v2/shows/65523/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Book of Love",
    "track_id": "abd3e129-c244-3374-a260-9c4c4fc6ac9a",
    "recording_id": "7b2285a2-8270-48eb-9544-0bafb8530623",
    "artist": "The Magnetic Fields",
    "artist_ids": [
        "3ff72a59-f39d-411d-9f93-2d4a86413013"
    ],
    "album": "69 Love Songs",
    "release_id": "06b4c4ec-1704-3454-9fa7-9daccbe3cf4e",
    "release_group_id": "5dfac852-1aed-35b2-93b6-e8f9c93fe521",
    "labels": [
        "Circus Records"
    ],
    "label_ids": [
        "715a756f-8c92-400f-94a6-68a135b6ab24"
    ],
    "release_date": "2000-05-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Requested for Katie, from Jason in Richmond, VA.\n\n\"the love of my life and I have separated while we both gain perspective. Could you please play ‘The Book of Love’ by the Magnetic Fields.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}