Information about plays

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

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

{
    "id": 415163,
    "uri": "https://api.kexp.org/v2/plays/415163/?format=api",
    "airdate": "2001-04-15T18:00:00-07:00",
    "show": 6925,
    "show_uri": "https://api.kexp.org/v2/shows/6925/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What Side You On",
    "track_id": "c4307317-498f-4989-a4f9-fff91f54fe5f",
    "recording_id": null,
    "artist": "Crimewave",
    "artist_ids": [
        "4bb4819d-e1b6-411c-ac63-64c87fbd700b"
    ],
    "album": "Scripture Won: The Beginning of...",
    "release_id": "7abf7464-4df9-457d-af6b-115860ac172f",
    "release_group_id": null,
    "labels": [
        "crimewave ent."
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}