Information about plays

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

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

{
    "id": 3420858,
    "uri": "https://api.kexp.org/v2/plays/3420858/?format=api",
    "airdate": "2024-11-03T09:54:34-08:00",
    "show": 61752,
    "show_uri": "https://api.kexp.org/v2/shows/61752/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Under the Devil's Knee",
    "track_id": null,
    "recording_id": null,
    "artist": "Tre Burt",
    "artist_ids": [
        "fc71764b-0b47-412f-afc1-d55760eee9bb"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self Released"
    ],
    "label_ids": [],
    "release_date": "2020-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Music is a powerful force, especially when you put it through a protest song. It makes the fight more tangible. Reframes perspective.” Tre Burt\nFeaturing Our Native Daughter's Allison Russell and Leyla McCalla, and Sunny War.\nhttps://treburtmusic.bandcamp.com/track/under-the-devils-knee",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}