Information about plays

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

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

{
    "id": 3595377,
    "uri": "https://api.kexp.org/v2/plays/3595377/?format=api",
    "airdate": "2025-12-24T14:08:27-08:00",
    "show": 65465,
    "show_uri": "https://api.kexp.org/v2/shows/65465/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Merry Xmas",
    "track_id": null,
    "recording_id": "66b5d2e2-75c8-4618-812d-50aae50d105c",
    "artist": "Twisted Insane feat. Kamikazi",
    "artist_ids": [
        "898875fc-aeab-47fa-9f29-553989c06104",
        "971d8e17-c344-49a2-b9b6-adc48f225a5b"
    ],
    "album": "The Night Before Christmas",
    "release_id": null,
    "release_group_id": "55c8909f-6628-4e27-9bdf-d75e35cac5de",
    "labels": [
        "brainsick Muzik"
    ],
    "label_ids": [
        "de4c7593-e105-4373-8a81-c5b53bbc73b8"
    ],
    "release_date": "2020-12-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Michael Johnson, better known by his stage name as Twisted Insane, is an American rapper from San Diego, California.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}