Information about plays

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

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

{
    "id": 2676773,
    "uri": "https://api.kexp.org/v2/plays/2676773/?format=api",
    "airdate": "2019-12-22T12:43:18-08:00",
    "show": 46203,
    "show_uri": "https://api.kexp.org/v2/shows/46203/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A-Train",
    "track_id": "8bf76187-18d5-4615-8d50-e0e387b6d5aa",
    "recording_id": null,
    "artist": "Coma",
    "artist_ids": [
        "e3e66621-351c-454e-ba1f-bf2844bf7aba"
    ],
    "album": "Voyage Voyage",
    "release_id": "17d937d9-e55d-4ecf-abca-e4d50804cabe",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-11-22",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Cologne, the German duo of Georg Conrad and Marius Buba. <i>Voyage Voyage</i> is on City Slang. https://www.facebook.com/comacologne",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}