Information about plays

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

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

{
    "id": 509318,
    "uri": "https://api.kexp.org/v2/plays/509318/?format=api",
    "airdate": "2002-01-21T10:22:00-08:00",
    "show": 8773,
    "show_uri": "https://api.kexp.org/v2/shows/8773/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/414CEI0xOVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/414CEI0xOVL._SL75_.jpg",
    "song": "You and the Clouds Will Still Be Beautiful",
    "track_id": "a8a27677-758e-41b8-b31b-29123a094c2b",
    "recording_id": null,
    "artist": "XTC",
    "artist_ids": [
        "97c86b2c-2765-46a2-aef8-76a7e24c430f"
    ],
    "album": "Apple Venus, Volume 2: Wasp Star",
    "release_id": "6d931ac2-e389-4e99-8a01-1da65162c372",
    "release_group_id": null,
    "labels": [
        "Cooking Vinyl"
    ],
    "label_ids": [
        "10a8a55b-fe80-4df6-978e-fc0548dc04b6"
    ],
    "release_date": "2000-05-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}