Information about plays

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

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

{
    "id": 3413306,
    "uri": "https://api.kexp.org/v2/plays/3413306/?format=api",
    "airdate": "2024-10-16T08:02:50-07:00",
    "show": 61590,
    "show_uri": "https://api.kexp.org/v2/shows/61590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Silent Sigh",
    "track_id": null,
    "recording_id": "971d52e4-da1b-4c03-addb-1220ba669607",
    "artist": "Badly Drawn Boy",
    "artist_ids": [
        "0881daf1-20df-4a3e-a84f-6476a84bb172"
    ],
    "album": "About a Boy",
    "release_id": null,
    "release_group_id": "e9391f11-fb53-3f46-94b9-20c95a08098e",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2002-04-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Silent Sigh\" is a single by British musical artist Badly Drawn Boy from the soundtrack to the 2002 film 'About a Boy.'\nhttps://www.youtube.com/watch?v=NY-oQEy1KFU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}