Information about plays

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

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

{
    "id": 1340575,
    "uri": "https://api.kexp.org/v2/plays/1340575/?format=api",
    "airdate": "2008-02-19T05:06:53-08:00",
    "show": 23422,
    "show_uri": "https://api.kexp.org/v2/shows/23422/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Six Months In A Leaky Boat",
    "track_id": null,
    "recording_id": null,
    "artist": "Ted Leo",
    "artist_ids": [
        "3b7051df-c423-4d90-a6ca-aa10c363445d"
    ],
    "album": "Tell Balgeary, Balgury Is Dead (Plus Solo)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Lookout! Records"
    ],
    "label_ids": [
        "1688db48-6fb1-43df-883d-954d39477958"
    ],
    "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"
}