Information about plays

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

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

{
    "id": 3416193,
    "uri": "https://api.kexp.org/v2/plays/3416193/?format=api",
    "airdate": "2024-10-23T05:48:16-07:00",
    "show": 61650,
    "show_uri": "https://api.kexp.org/v2/shows/61650/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eyes Without a Face",
    "track_id": "ca93a6df-c340-3153-844f-12fe06d66510",
    "recording_id": "9ad4e4f4-6460-44f2-88ef-6d82e83a5b74",
    "artist": "Billy Idol",
    "artist_ids": [
        "47c8f88b-987a-4b64-9175-2b1b57809727"
    ],
    "album": "The Very Best of Billy Idol: Idolize Yourself",
    "release_id": "00afba30-e707-41d4-8788-303a714dfb4f",
    "release_group_id": "e3964ae1-a84a-36a4-8777-6703e9d65538",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2008-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Named after the French horror film \"Les yeux sans visage\". Billy Idol's girlfriend Perri Lister sings the French phrase in the background on the track - https://billyidol.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}