Information about plays

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

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

{
    "id": 2678697,
    "uri": "https://api.kexp.org/v2/plays/2678697/?format=api",
    "airdate": "2019-12-27T07:23:49-08:00",
    "show": 46233,
    "show_uri": "https://api.kexp.org/v2/shows/46233/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Swaying",
    "track_id": "a5766948-e183-47ff-91f6-a52030f437f8",
    "recording_id": null,
    "artist": "Vetiver",
    "artist_ids": [
        "328068c9-ee60-408e-8c24-b1dc1ae08b94"
    ],
    "album": "Up on High",
    "release_id": "82fef2d8-75f4-4062-afad-75a463deb21f",
    "release_group_id": null,
    "labels": [
        "Mama Bird Recording Co."
    ],
    "label_ids": [
        "3cbb810f-a8aa-40cc-8b6b-51fa6644678c"
    ],
    "release_date": "2019-10-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Andy Cabic of Vetiver is tonight's guest DJ on Midnight in a Perfect world! Listen from 12-1a, or go back to the archive at kexp.org or on the mobile app.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}