Information about plays

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

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

{
    "id": 1354847,
    "uri": "https://api.kexp.org/v2/plays/1354847/?format=api",
    "airdate": "2008-03-27T07:08:50-07:00",
    "show": 23663,
    "show_uri": "https://api.kexp.org/v2/shows/23663/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41iAljeAKuL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41iAljeAKuL._SL75_.jpg",
    "song": "Single Again",
    "track_id": null,
    "recording_id": null,
    "artist": "The Fiery Furnaces",
    "artist_ids": [
        "2c916f95-f6ba-46fa-b9d8-dc0d9379f603"
    ],
    "album": "EP",
    "release_id": "d6abefcf-0582-4520-a73b-3f6375763531",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "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"
}