Information about plays

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

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

{
    "id": 1285242,
    "uri": "https://api.kexp.org/v2/plays/1285242/?format=api",
    "airdate": "2007-09-30T03:05:53-07:00",
    "show": 22488,
    "show_uri": "https://api.kexp.org/v2/shows/22488/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51zIpfnMCML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51zIpfnMCML._SL75_.jpg",
    "song": "Axis Mundi",
    "track_id": "89462dfc-2dcb-461b-bfde-28e6e6cb9fef",
    "recording_id": null,
    "artist": "Magik Markers",
    "artist_ids": [
        "08f3d5b5-6b03-4c87-9148-87f94531465c"
    ],
    "album": "Boss",
    "release_id": "edda1507-9a6a-44b4-b7ac-4b25ff0aedfb",
    "release_group_id": null,
    "labels": [
        "Ecstatic Peace"
    ],
    "label_ids": [
        "51d7b1e0-261e-4070-a30f-ad7bb803d26e"
    ],
    "release_date": "2007-09-25",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}