Information about plays

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

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

{
    "id": 342783,
    "uri": "https://api.kexp.org/v2/plays/342783/?format=api",
    "airdate": "2019-06-18T02:45:00-07:00",
    "show": 5717,
    "show_uri": "https://api.kexp.org/v2/shows/5717/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When the Feelings in the Core",
    "track_id": "ed17e7b5-d3fd-49d0-81c9-a8f4351948a0",
    "recording_id": null,
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "Demos",
    "release_id": "6ad57f1d-0ddf-41a2-889e-b62364d42a6c",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2009-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Tame Impala on SNL, which was rerun this past weekend (with host, Sandra Oh): https://www.youtube.com/watch?v=hNJOI2dtDZ4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}