Information about plays

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

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

{
    "id": 431512,
    "uri": "https://api.kexp.org/v2/plays/431512/?format=api",
    "airdate": "2001-06-05T08:15:00-07:00",
    "show": 7258,
    "show_uri": "https://api.kexp.org/v2/shows/7258/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21P7B2Y4GQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21P7B2Y4GQL._SL75_.jpg",
    "song": "Free to Believe",
    "track_id": null,
    "recording_id": null,
    "artist": "The Glee Club",
    "artist_ids": [
        "b48279ff-3478-40f8-9af8-cfd1d74a34ba"
    ],
    "album": "Mine",
    "release_id": "a8eea999-144d-4098-b9eb-fda349b74788",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "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"
}