Information about plays

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

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

{
    "id": 1358850,
    "uri": "https://api.kexp.org/v2/plays/1358850/?format=api",
    "airdate": "2008-04-06T05:43:07-07:00",
    "show": 23729,
    "show_uri": "https://api.kexp.org/v2/shows/23729/?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 XL Recording"
    ],
    "label_ids": [
        "2c71cace-2bf4-4a59-94c4-1466e614cd4a"
    ],
    "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"
}