Information about plays

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

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

{
    "id": 3440201,
    "uri": "https://api.kexp.org/v2/plays/3440201/?format=api",
    "airdate": "2024-12-19T20:30:34-08:00",
    "show": 62154,
    "show_uri": "https://api.kexp.org/v2/shows/62154/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "There Is No Sun Today",
    "track_id": null,
    "recording_id": null,
    "artist": "สุเทพ วงศ์กำแหง",
    "artist_ids": [
        "7f8039c7-739a-412a-bee1-0d0882b31a43"
    ],
    "album": "เอื้องดิน",
    "release_id": null,
    "release_group_id": "463ae0af-3dc6-444f-921c-600a83f66d8b",
    "labels": [],
    "label_ids": [],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Suthep Wongkamhaeng was known as one of the more well known male singers of the luk Krung genre of the 1950s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}