Information about plays

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

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

{
    "id": 376443,
    "uri": "https://api.kexp.org/v2/plays/376443/?format=api",
    "airdate": "2019-09-04T08:02:45-07:00",
    "show": 6266,
    "show_uri": "https://api.kexp.org/v2/shows/6266/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Zone Non Linear",
    "track_id": "0d1a4285-6305-42cf-a76b-203048b76ce8",
    "recording_id": null,
    "artist": "The Juan MacLean",
    "artist_ids": [
        "f8f1220b-1661-42c3-beea-d59e8e00b993"
    ],
    "album": "Zone Non Linear",
    "release_id": "1cd25577-c18e-41be-97d4-c26247ae4455",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2019-05-17",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The voice of Nancy Whang, previously of LCD Soundsystem, has always been a kind of secret weapon on Juan Maclean records. http://www.thejuanmaclean.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}