Information about plays

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

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

{
    "id": 3413210,
    "uri": "https://api.kexp.org/v2/plays/3413210/?format=api",
    "airdate": "2024-10-16T02:21:37-07:00",
    "show": 61588,
    "show_uri": "https://api.kexp.org/v2/shows/61588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Seville",
    "track_id": null,
    "recording_id": "0bf9a790-5d11-4ca9-92d2-448fbcabdb47",
    "artist": "Luiz Bonfá",
    "artist_ids": [
        "f926459e-1bd2-42a6-a174-8994ad950591"
    ],
    "album": "Plays Great Songs",
    "release_id": null,
    "release_group_id": "d70f182f-73c9-40dd-9365-83cc980c6d62",
    "labels": [
        "Dot Records"
    ],
    "label_ids": [
        "04d7bed5-4c4f-428a-a55d-101bd40034d2"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yes, Gotye sampled this for that one song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}