Information about plays

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

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

{
    "id": 3421328,
    "uri": "https://api.kexp.org/v2/plays/3421328/?format=api",
    "airdate": "2024-11-04T13:12:07-08:00",
    "show": 61763,
    "show_uri": "https://api.kexp.org/v2/shows/61763/?format=api",
    "image_uri": "https://ia800101.us.archive.org/28/items/mbid-2111c762-48c8-4c4e-8f3b-7aef69e1028b/mbid-2111c762-48c8-4c4e-8f3b-7aef69e1028b-39590636399_thumb500.jpg",
    "thumbnail_uri": "https://ia800101.us.archive.org/28/items/mbid-2111c762-48c8-4c4e-8f3b-7aef69e1028b/mbid-2111c762-48c8-4c4e-8f3b-7aef69e1028b-39590636399_thumb250.jpg",
    "song": "Like Sugar",
    "track_id": "c63ecef0-3661-4072-a42d-70e896035610",
    "recording_id": "3edf99dd-9352-4180-813a-a338408ca887",
    "artist": "Chaka Khan",
    "artist_ids": [
        "900e9144-019d-4043-86cb-ec0e127c39d0"
    ],
    "album": "Like Sugar",
    "release_id": "2111c762-48c8-4c4e-8f3b-7aef69e1028b",
    "release_group_id": "1b5c942c-60fe-4ba1-b2b3-10708349bd21",
    "labels": [
        "Island",
        "Diary Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642",
        "47b785bf-5cc2-44ab-ac0f-2154ca968174"
    ],
    "release_date": "2018-06-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}