Information about plays

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

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

{
    "id": 2682912,
    "uri": "https://api.kexp.org/v2/plays/2682912/?format=api",
    "airdate": "2020-01-06T16:26:00-08:00",
    "show": 46308,
    "show_uri": "https://api.kexp.org/v2/shows/46308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Comes in Spurts",
    "track_id": "ea113462-68c1-42d5-bb6e-d296dc6b06c8",
    "recording_id": null,
    "artist": "Nouvelle Vague",
    "artist_ids": [
        "b017a7ae-e5ee-4675-bb13-c83346134971"
    ],
    "album": "I Could Be Happy",
    "release_id": "9db8fed5-a9ab-4c5f-b9d7-7f217fa5c4f3",
    "release_group_id": null,
    "labels": [
        "Kwaidan Records"
    ],
    "label_ids": [],
    "release_date": "2016-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Richard Hell cover :) Check out the original here: https://www.youtube.com/watch?v=iqiUcg5uYGU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}