Information about plays

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

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

{
    "id": 3422515,
    "uri": "https://api.kexp.org/v2/plays/3422515/?format=api",
    "airdate": "2024-11-07T13:15:30-08:00",
    "show": 61788,
    "show_uri": "https://api.kexp.org/v2/shows/61788/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(Do) Donna (Do)",
    "track_id": null,
    "recording_id": "27195884-15ca-4038-89b0-44f341c9f3c3",
    "artist": "Art of Noise",
    "artist_ids": [
        "be899560-1570-402e-9f95-3182898a8b70"
    ],
    "album": "Close (to the Edit)",
    "release_id": null,
    "release_group_id": "7760e5a8-cbfa-3759-bb0c-ed697f5b90b2",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1984-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Donna\" contains samples of \"State of Independence\" by Donna Summer and \"ARR1\" by Fairlight CMI.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}