Information about plays

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

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

{
    "id": 3422577,
    "uri": "https://api.kexp.org/v2/plays/3422577/?format=api",
    "airdate": "2024-11-07T16:55:32-08:00",
    "show": 61789,
    "show_uri": "https://api.kexp.org/v2/shows/61789/?format=api",
    "image_uri": "https://ia600505.us.archive.org/27/items/mbid-c6f2297e-4083-439e-b141-f947de988576/mbid-c6f2297e-4083-439e-b141-f947de988576-14670890955_thumb500.jpg",
    "thumbnail_uri": "https://ia600505.us.archive.org/27/items/mbid-c6f2297e-4083-439e-b141-f947de988576/mbid-c6f2297e-4083-439e-b141-f947de988576-14670890955_thumb250.jpg",
    "song": "All Wrong",
    "track_id": "176f2e6c-30f6-3132-9aac-0797f6f6d690",
    "recording_id": "cbc36137-6de1-48d6-bfef-c70715aa9c6d",
    "artist": "Morphine",
    "artist_ids": [
        "42689657-cbec-4f66-a9ed-80f939ea23ed"
    ],
    "album": "Cure for Pain",
    "release_id": "c6f2297e-4083-439e-b141-f947de988576",
    "release_group_id": "c27c4bc3-98da-33ea-ad7a-5a765ccf9580",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1993-09-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.I.P., talented frontman Mark Sandman, who died of cardiac arrest on stage in 1999:  https://tinyurl.com/bdfc9275\n\nHere's the official music video for \"Thursday\" - the camera work might give you motion sickness: https://youtu.be/3xz4umNws0s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}