Information about plays

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

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

{
    "id": 430915,
    "uri": "https://api.kexp.org/v2/plays/430915/?format=api",
    "airdate": "2001-06-03T14:00:00-07:00",
    "show": 7246,
    "show_uri": "https://api.kexp.org/v2/shows/7246/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51fii0j55KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51fii0j55KL._SL75_.jpg",
    "song": "Jah Glory",
    "track_id": "44da5884-e4f4-4358-8c9c-2c2c9af40550",
    "recording_id": null,
    "artist": "Messian Dread",
    "artist_ids": [
        "488dd945-a013-4113-9d90-5d684e1f36da"
    ],
    "album": "Roots of Dub Funk",
    "release_id": "9a28d04f-bcf0-490e-bbbc-3277741550a5",
    "release_group_id": null,
    "labels": [
        "Tanty Records"
    ],
    "label_ids": [
        "4b53665d-86d7-402f-85ee-e0605ea787a1"
    ],
    "release_date": "2001-04-09",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}