Information about plays

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

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

{
    "id": 453510,
    "uri": "https://api.kexp.org/v2/plays/453510/?format=api",
    "airdate": "2001-08-08T14:15:00-07:00",
    "show": 7674,
    "show_uri": "https://api.kexp.org/v2/shows/7674/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/415D2XRF8WL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/415D2XRF8WL._SL75_.jpg",
    "song": "Deviant",
    "track_id": "ccb24f4e-943c-4ebc-8cf2-0ce89d61f9f8",
    "recording_id": null,
    "artist": "Pure Joy",
    "artist_ids": [
        "2e17e312-82b3-4c4d-a747-737dfe7ab953"
    ],
    "album": "Unsung",
    "release_id": "6cd17132-52a1-4d0d-8269-9861cb4d0969",
    "release_group_id": null,
    "labels": [
        "Flydaddy"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}