Information about plays

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

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

{
    "id": 1342226,
    "uri": "https://api.kexp.org/v2/plays/1342226/?format=api",
    "airdate": "2008-02-23T05:22:56-08:00",
    "show": 23446,
    "show_uri": "https://api.kexp.org/v2/shows/23446/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41NYT43TE5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41NYT43TE5L._SL75_.jpg",
    "song": "Love Will Tear Us Apart",
    "track_id": null,
    "recording_id": null,
    "artist": "Worm Is Green",
    "artist_ids": [
        "dd647c98-c682-4a47-bf56-4d7df5bb62b2"
    ],
    "album": "Automagic",
    "release_id": "c86a9206-00ad-4047-bdad-2369e1bc725c",
    "release_group_id": null,
    "labels": [
        "Arena Rock"
    ],
    "label_ids": [
        "a17b6df2-ee3d-44de-b9ac-e6cb9c67951b"
    ],
    "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"
}