Information about plays

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

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

{
    "id": 1356720,
    "uri": "https://api.kexp.org/v2/plays/1356720/?format=api",
    "airdate": "2008-04-01T01:20:00-07:00",
    "show": 23696,
    "show_uri": "https://api.kexp.org/v2/shows/23696/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51V%2BJoaOGxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51V%2BJoaOGxL._SL75_.jpg",
    "song": "I Want to Live in a Dream",
    "track_id": "16b9cd11-d98a-4b36-a95a-b04d6c5bada6",
    "recording_id": null,
    "artist": "Clearlake",
    "artist_ids": [
        "081a4a4d-9b6a-4382-8baa-c1b6481c2c70"
    ],
    "album": "Lido",
    "release_id": "a697589c-44cc-4333-9ec4-8118186a8469",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "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"
}