Information about plays

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

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

{
    "id": 1356273,
    "uri": "https://api.kexp.org/v2/plays/1356273/?format=api",
    "airdate": "2008-03-30T21:38:00-07:00",
    "show": 23688,
    "show_uri": "https://api.kexp.org/v2/shows/23688/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11KS4FGPH8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11KS4FGPH8L._SL75_.jpg",
    "song": "Digital People",
    "track_id": "ee805ae3-b1e5-467f-8f37-d529de1323ed",
    "recording_id": null,
    "artist": "John Tejada",
    "artist_ids": [
        "bda6d00e-f8f7-43a5-b8f8-f1ebc55b46d3"
    ],
    "album": "More Backstock",
    "release_id": "177f248f-f2d1-4ece-9b86-28ec4eb22af0",
    "release_group_id": null,
    "labels": [
        "Palette Recordings"
    ],
    "label_ids": [
        "cd21e359-e20d-4ed2-8778-7f17385cfbe7"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}