Information about plays

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

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

{
    "id": 1341310,
    "uri": "https://api.kexp.org/v2/plays/1341310/?format=api",
    "airdate": "2008-02-20T23:56:23-08:00",
    "show": 23433,
    "show_uri": "https://api.kexp.org/v2/shows/23433/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51vq4tsebEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51vq4tsebEL._SL75_.jpg",
    "song": "Epoché for Strings",
    "track_id": "9d54836d-111d-4842-88d2-f709de9145a0",
    "recording_id": null,
    "artist": "Eyvind Kang",
    "artist_ids": [
        "a4772e12-bda2-4df0-9c3c-8733933865d8"
    ],
    "album": "The Yelm Sessions",
    "release_id": "0202f616-e79b-4d50-be03-f650eff0145d",
    "release_group_id": null,
    "labels": [
        "Tzadik"
    ],
    "label_ids": [
        "6ba6207e-a68e-43c9-bebf-6d4d9cae5773"
    ],
    "release_date": "2007-11-20",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}