Information about plays

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

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

{
    "id": 1335836,
    "uri": "https://api.kexp.org/v2/plays/1335836/?format=api",
    "airdate": "2008-02-07T16:25:54-08:00",
    "show": 23345,
    "show_uri": "https://api.kexp.org/v2/shows/23345/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51fu83f%2B5-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51fu83f%2B5-L._SL75_.jpg",
    "song": "Lassoo",
    "track_id": "5ea641cf-617e-4181-9195-f227c0c1f496",
    "recording_id": null,
    "artist": "The Duke Spirit",
    "artist_ids": [
        "c9b00c4c-44ff-47be-9fc8-5764b45cc7a3"
    ],
    "album": "Ex-Voto E.P.",
    "release_id": "a517aebf-844e-45b5-bf12-75861bf82139",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2007-10-22",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}