Information about plays

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

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

{
    "id": 1356408,
    "uri": "https://api.kexp.org/v2/plays/1356408/?format=api",
    "airdate": "2008-03-31T04:45:54-07:00",
    "show": 23690,
    "show_uri": "https://api.kexp.org/v2/shows/23690/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510BWeT9PhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510BWeT9PhL._SL75_.jpg",
    "song": "Repetition",
    "track_id": "e4e89cd7-0eeb-4c36-a11d-a5946a343356",
    "recording_id": null,
    "artist": "Helmet",
    "artist_ids": [
        "582fee78-d934-4603-9f5c-1729e0ca36b7"
    ],
    "album": "Strap It On",
    "release_id": "100d84ff-9751-4409-9a7d-52a8c344b87e",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}