Information about plays

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

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

{
    "id": 3428220,
    "uri": "https://api.kexp.org/v2/plays/3428220/?format=api",
    "airdate": "2024-11-21T09:56:32-08:00",
    "show": 61907,
    "show_uri": "https://api.kexp.org/v2/shows/61907/?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://ia800505.us.archive.org/27/items/mbid-c6f2297e-4083-439e-b141-f947de988576/mbid-c6f2297e-4083-439e-b141-f947de988576-14670890955_thumb250.jpg",
    "song": "Thursday",
    "track_id": "bbfbd703-27f7-35d1-b71b-b368f2760cff",
    "recording_id": "63b6dcb6-20b8-488f-b4c0-e3c84d7aaff5",
    "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": "It must be Thursday!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}