Information about plays

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

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

{
    "id": 1310745,
    "uri": "https://api.kexp.org/v2/plays/1310745/?format=api",
    "airdate": "2007-12-06T00:00:01-08:00",
    "show": 22926,
    "show_uri": "https://api.kexp.org/v2/shows/22926/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Un8Zk3zeL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Un8Zk3zeL._SL75_.jpg",
    "song": "Adore Adore",
    "track_id": "7ecde8cc-b22c-4cf4-b0e4-6ef926342f75",
    "recording_id": null,
    "artist": "Yoav",
    "artist_ids": [
        "cdc62516-147c-41a0-9a2c-9d24cccf91cd"
    ],
    "album": "Charmed & Strange",
    "release_id": "857583d7-746b-454f-9e43-2ed8b7ae027a",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}