Information about plays

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

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

{
    "id": 1388894,
    "uri": "https://api.kexp.org/v2/plays/1388894/?format=api",
    "airdate": "2008-06-22T22:33:00-07:00",
    "show": 24244,
    "show_uri": "https://api.kexp.org/v2/shows/24244/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Prepare to Energize",
    "track_id": "e7ed985e-9844-4cff-b889-65e1812a8188",
    "recording_id": null,
    "artist": "Torch Song",
    "artist_ids": [
        "ba7690fc-02fe-4a10-bea4-e21fa123764f"
    ],
    "album": "I.R.S. Greatest Hips, Volume 4: The Remixes",
    "release_id": "21c7b588-fa98-4a93-a84d-1d0e93f84685",
    "release_group_id": null,
    "labels": [],
    "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"
}