Information about plays

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

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

{
    "id": 3438331,
    "uri": "https://api.kexp.org/v2/plays/3438331/?format=api",
    "airdate": "2024-12-15T09:14:08-08:00",
    "show": 62116,
    "show_uri": "https://api.kexp.org/v2/shows/62116/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trouble Darling",
    "track_id": null,
    "recording_id": null,
    "artist": "Scott Ballew",
    "artist_ids": [
        "3525044a-3c67-481b-9a20-862a43d1af77"
    ],
    "album": "La Honda",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "La Honda"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this interview with the Texan former football player, and filmmaker.\nhttps://www.theselfportraitgospel.com/interviews/the-scott-ballew-interview\nhttps://scottballew.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}