Information about plays

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

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

{
    "id": 1315460,
    "uri": "https://api.kexp.org/v2/plays/1315460/?format=api",
    "airdate": "2007-12-18T00:39:00-08:00",
    "show": 23005,
    "show_uri": "https://api.kexp.org/v2/shows/23005/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515x8GSjPxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515x8GSjPxL._SL75_.jpg",
    "song": "Life As",
    "track_id": "0074bb72-3baa-4aee-90d4-9b96f2510992",
    "recording_id": null,
    "artist": "Cecil Taylor",
    "artist_ids": [
        "0d06bb57-c3b6-4188-9b73-826c41c3e29e"
    ],
    "album": "Momentum Space",
    "release_id": "4c5fe374-8c1d-4f09-9d9f-1510ecd56370",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "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"
}