Information about plays

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

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

{
    "id": 2680004,
    "uri": "https://api.kexp.org/v2/plays/2680004/?format=api",
    "airdate": "2019-12-30T15:45:43-08:00",
    "show": 46259,
    "show_uri": "https://api.kexp.org/v2/shows/46259/?format=api",
    "image_uri": "https://coverartarchive.org/release/72e99050-701d-4e46-a5d5-b3fe9aefdd60/19249992785-250.jpg",
    "thumbnail_uri": "",
    "song": "Han Jan",
    "track_id": "cfb186f5-f365-4a08-9cb0-8ab1f4c379aa",
    "recording_id": null,
    "artist": "Peggy Gou",
    "artist_ids": [
        "4c41d78d-9dd5-430d-81ea-286052158293"
    ],
    "album": "Once",
    "release_id": "72e99050-701d-4e46-a5d5-b3fe9aefdd60",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2018-03-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This wonderful Berlin-based South Korean producer of bright, slightly hazy tracks is an internationally renowned DJ, record producer, and fashion designer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}