Information about plays

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

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

{
    "id": 1177736,
    "uri": "https://api.kexp.org/v2/plays/1177736/?format=api",
    "airdate": "2006-12-28T00:49:21-08:00",
    "show": 20651,
    "show_uri": "https://api.kexp.org/v2/shows/20651/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51xYaYN8W3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51xYaYN8W3L._SL75_.jpg",
    "song": "Nice Weather for Ducks",
    "track_id": null,
    "recording_id": null,
    "artist": "Lemon Jelly",
    "artist_ids": [
        "4cbbf0d6-6c78-4e3d-ab25-91b13603cf7c"
    ],
    "album": "Lost Horizons",
    "release_id": "0f0f1e17-9e51-4398-8404-2d4c96f9d0e0",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "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"
}