Information about plays

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

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

{
    "id": 344393,
    "uri": "https://api.kexp.org/v2/plays/344393/?format=api",
    "airdate": "2019-06-21T17:40:00-07:00",
    "show": 5738,
    "show_uri": "https://api.kexp.org/v2/shows/5738/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Galvanize",
    "track_id": "4db691ae-2e34-42b4-88bb-eb25124b6af2",
    "recording_id": null,
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Push The Button",
    "release_id": "74149186-4198-4ab4-a1c7-ca90ecbf5f9b",
    "release_group_id": null,
    "labels": [
        "Freestyle Dust"
    ],
    "label_ids": [],
    "release_date": "2005-01-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Galvanize\" is a song by British electronic music duo The Chemical Brothers featuring vocals by Q-Tip. The track features a distinct Moroccan Chaabi string sample from Najat Aatabou's song \"Hadi Kedba Bayna (Obvious lie)\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}