Information about plays

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

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

{
    "id": 3422282,
    "uri": "https://api.kexp.org/v2/plays/3422282/?format=api",
    "airdate": "2024-11-07T00:00:08-08:00",
    "show": 61783,
    "show_uri": "https://api.kexp.org/v2/shows/61783/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flawed Process ft. Abstract Rude & J​-​Live",
    "track_id": null,
    "recording_id": null,
    "artist": "Mugs and Pockets",
    "artist_ids": [
        "1206cc98-15f1-4020-b13a-4f62cf71b5f3"
    ],
    "album": "Flawed Process ft. Abstract Rude & J​-​Live",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2024-11-05",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New single from Seattle's own Mugs and Pockets (MAP), the creative union of Scarlet Monk (Mugs) and Swamburger (Pockets).\n\nhttps://mugsandpockets.bandcamp.com/track/flawed-process-ft-abstract-rude-j-live",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}