Information about plays

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

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

{
    "id": 530011,
    "uri": "https://api.kexp.org/v2/plays/530011/?format=api",
    "airdate": "2002-03-22T15:05:31-08:00",
    "show": 9172,
    "show_uri": "https://api.kexp.org/v2/shows/9172/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41R41EGVYXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41R41EGVYXL._SL75_.jpg",
    "song": "Hopefulness to Hopelessness",
    "track_id": "46141459-ce7c-4c2c-835e-75ec502e1a90",
    "recording_id": null,
    "artist": "Marine Research",
    "artist_ids": [
        "6d557c0b-05d5-4587-96de-673324c2ea10"
    ],
    "album": "Sounds from the Gulf Stream",
    "release_id": "a3f2d3df-ab2f-489a-a205-b93302fdc5f5",
    "release_group_id": null,
    "labels": [
        "K&E record"
    ],
    "label_ids": [],
    "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"
}