Information about plays

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

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

{
    "id": 3413245,
    "uri": "https://api.kexp.org/v2/plays/3413245/?format=api",
    "airdate": "2024-10-16T04:27:02-07:00",
    "show": 61588,
    "show_uri": "https://api.kexp.org/v2/shows/61588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Thought Process",
    "track_id": null,
    "recording_id": "9c91b352-bf04-4175-be6c-7b244035021f",
    "artist": "Goodie Mob",
    "artist_ids": [
        "ade9b668-e38f-41a8-a6e5-51442c5d6468"
    ],
    "album": "Soul Food",
    "release_id": null,
    "release_group_id": "24cfe4c3-06c4-3148-9e32-b88dd2aebdb3",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1995-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Featuring Andre 3000 of Outkast.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}