Information about plays

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

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

{
    "id": 3416109,
    "uri": "https://api.kexp.org/v2/plays/3416109/?format=api",
    "airdate": "2024-10-23T00:53:09-07:00",
    "show": 61648,
    "show_uri": "https://api.kexp.org/v2/shows/61648/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Breathe (edit)",
    "track_id": null,
    "recording_id": "fecf93dd-f3e8-4ac8-94c2-aa6959b0c3bb",
    "artist": "The Prodigy",
    "artist_ids": [
        "4a4ee089-93b1-4470-af9a-6ff575d32704"
    ],
    "album": "Their Law: The Singles 1990–2005",
    "release_id": null,
    "release_group_id": "c5cd51d7-1a2d-361c-b3b0-3a9e3e534ddb",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2005-10-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://theprodigy.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}