Information about plays

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

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

{
    "id": 2678153,
    "uri": "https://api.kexp.org/v2/plays/2678153/?format=api",
    "airdate": "2019-12-25T23:05:00-08:00",
    "show": 46220,
    "show_uri": "https://api.kexp.org/v2/shows/46220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Step Into Christmas",
    "track_id": "3cb54bbc-4787-31df-9b53-55755c6ec298",
    "recording_id": null,
    "artist": "The Wedding Present",
    "artist_ids": [
        "707622da-475f-48e1-905d-248718df6521"
    ],
    "album": "The Hit Parade",
    "release_id": "08f2cc64-d800-4e26-b965-e39e016f787a",
    "release_group_id": null,
    "labels": [
        "Camden"
    ],
    "label_ids": [
        "0ad7efed-9266-452c-9200-8a0b2eeefe4a"
    ],
    "release_date": "2003-02-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}