Information about plays

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

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

{
    "id": 344548,
    "uri": "https://api.kexp.org/v2/plays/344548/?format=api",
    "airdate": "2019-06-22T01:19:00-07:00",
    "show": 5742,
    "show_uri": "https://api.kexp.org/v2/shows/5742/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Opening Song for The Maker",
    "track_id": "999af0d7-c27f-3135-8de8-d66bb59e6ee0",
    "recording_id": null,
    "artist": "Joy Harjo",
    "artist_ids": [
        "8bae7ec5-3390-4259-ae9a-7c7c4409cc36"
    ],
    "album": "winding through the milky way",
    "release_id": "893d6f52-9509-4032-a36e-6012f8778858",
    "release_group_id": null,
    "labels": [
        "Fast Horse Recordings"
    ],
    "label_ids": [],
    "release_date": "2008-09-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}