Information about plays

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

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

{
    "id": 415058,
    "uri": "https://api.kexp.org/v2/plays/415058/?format=api",
    "airdate": "2001-04-13T16:00:00-07:00",
    "show": 6922,
    "show_uri": "https://api.kexp.org/v2/shows/6922/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51haA%2B2I7gL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51haA%2B2I7gL._SL75_.jpg",
    "song": "Things You Can Do",
    "track_id": null,
    "recording_id": null,
    "artist": "Deltron 3030",
    "artist_ids": [
        "ce886f30-8b8f-4cc8-b854-3749291350fd"
    ],
    "album": "Deltron 3030",
    "release_id": "8f118f74-22ea-41dd-9e3d-3186203487f9",
    "release_group_id": null,
    "labels": [
        "75 Ark"
    ],
    "label_ids": [
        "59c32dec-b685-4ecc-a82b-339b1280cd38"
    ],
    "release_date": "2000-10-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}