Information about plays

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

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

{
    "id": 439928,
    "uri": "https://api.kexp.org/v2/plays/439928/?format=api",
    "airdate": "2001-06-29T18:45:00-07:00",
    "show": 7416,
    "show_uri": "https://api.kexp.org/v2/shows/7416/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51mN1EIgjnL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51mN1EIgjnL._SL75_.jpg",
    "song": "Count On You",
    "track_id": "d70ed666-4c71-4c4c-a7f9-a314812d00e1",
    "recording_id": null,
    "artist": "Dale Watson",
    "artist_ids": [
        "57c04acd-8552-479b-b987-aa0eb7d807cb"
    ],
    "album": "I Hate These Songs",
    "release_id": "aa6fb68c-3d23-41c8-9444-d4f00f1937d7",
    "release_group_id": null,
    "labels": [
        "HighTone Records"
    ],
    "label_ids": [
        "9cbdb261-417e-4d9c-80b1-34961b70f48d"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}