Information about plays

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

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

{
    "id": 3411123,
    "uri": "https://api.kexp.org/v2/plays/3411123/?format=api",
    "airdate": "2024-10-11T03:25:03-07:00",
    "show": 61542,
    "show_uri": "https://api.kexp.org/v2/shows/61542/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Daddy Cool",
    "track_id": null,
    "recording_id": "40dccd9e-c6c7-4be0-9599-8fe055bb2f77",
    "artist": "Boney M.",
    "artist_ids": [
        "5403bf6e-bc1d-4e62-b31f-926a2bf66a14"
    ],
    "album": "The Complete Boney M.",
    "release_id": null,
    "release_group_id": "6fc837df-8c36-4aff-8d52-b6c7d252b03c",
    "labels": [
        "MCI"
    ],
    "label_ids": [
        "d0287a53-be3a-4810-8569-95db16c06230"
    ],
    "release_date": "2008-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}