Information about plays

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

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

{
    "id": 3428288,
    "uri": "https://api.kexp.org/v2/plays/3428288/?format=api",
    "airdate": "2024-11-21T14:26:33-08:00",
    "show": 61909,
    "show_uri": "https://api.kexp.org/v2/shows/61909/?format=api",
    "image_uri": "https://coverartarchive.org/release/1a2b95ab-bc8b-46f5-a236-fbbacf8cc2d2/29102955230-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1a2b95ab-bc8b-46f5-a236-fbbacf8cc2d2/29102955230-250.jpg",
    "song": "Your World Don’t Stop",
    "track_id": null,
    "recording_id": "48677ee8-5b98-4c6e-a8cb-a98f3967546f",
    "artist": "AZ",
    "artist_ids": [
        "0506bf37-90d7-4654-9585-b4800dc945d5"
    ],
    "album": "Doe or Die",
    "release_id": null,
    "release_group_id": "fdf57ed7-976f-3b4a-98fd-ba7263b48385",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1995-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bobby Womack and Truman Thomas are listed as co-writers on \" \"Your World Don't Stop,\" this song about the injustices of the prison system.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}