Information about plays

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

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

{
    "id": 1278716,
    "uri": "https://api.kexp.org/v2/plays/1278716/?format=api",
    "airdate": "2007-09-13T12:35:53-07:00",
    "show": 22378,
    "show_uri": "https://api.kexp.org/v2/shows/22378/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61CR9J69WJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61CR9J69WJL._SL75_.jpg",
    "song": "We Are All on Drugs",
    "track_id": "7b281cd0-cb6e-4f4f-969f-926f56c7a207",
    "recording_id": null,
    "artist": "Weezer",
    "artist_ids": [
        "6fe07aa5-fec0-4eca-a456-f29bff451b04"
    ],
    "album": "Make Believe",
    "release_id": "af8d1472-e34e-4189-8eab-aedf31465d89",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2005-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}