Information about plays

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

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

{
    "id": 2679388,
    "uri": "https://api.kexp.org/v2/plays/2679388/?format=api",
    "airdate": "2019-12-29T02:32:34-08:00",
    "show": 46247,
    "show_uri": "https://api.kexp.org/v2/shows/46247/?format=api",
    "image_uri": "https://coverartarchive.org/release/ebea0e43-1efd-4ecd-aa5f-071b9a89303c/24432071823-250.jpg",
    "thumbnail_uri": "",
    "song": "Serpent",
    "track_id": "44adb3b6-2926-4a3b-a8cc-14e981d549f4",
    "recording_id": null,
    "artist": "TNGHT",
    "artist_ids": [
        "1fdf897c-54c5-4721-9e59-a0ad8b5e006e"
    ],
    "album": "II",
    "release_id": "ebea0e43-1efd-4ecd-aa5f-071b9a89303c",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2019-11-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "TNGHT consists of Scottish producer Hudson Mohawke and Canadian producer Lunice and their new album, 'II,' is their first music since 2013.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}