Information about plays

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

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

{
    "id": 1401677,
    "uri": "https://api.kexp.org/v2/plays/1401677/?format=api",
    "airdate": "2008-07-25T04:30:25-07:00",
    "show": 24455,
    "show_uri": "https://api.kexp.org/v2/shows/24455/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416loaNL3lL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416loaNL3lL._SL75_.jpg",
    "song": "Dita Dimoné",
    "track_id": "f28117bf-815c-4ce7-9bb2-4e9abe314b55",
    "recording_id": null,
    "artist": "Pop Levi",
    "artist_ids": [
        "ad9f40c8-6e7e-40eb-89b2-22c455305824"
    ],
    "album": "Never Never Love",
    "release_id": "b719af1a-8485-45a8-855c-d7a507a66011",
    "release_group_id": null,
    "labels": [
        "Counter Records"
    ],
    "label_ids": [
        "93214c28-306f-493f-a1e8-be3e04e1ab78"
    ],
    "release_date": "2008-07-15",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}