Information about plays

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

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

{
    "id": 1375597,
    "uri": "https://api.kexp.org/v2/plays/1375597/?format=api",
    "airdate": "2008-05-18T12:21:27-07:00",
    "show": 24011,
    "show_uri": "https://api.kexp.org/v2/shows/24011/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2BhCR6SDyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2BhCR6SDyL._SL75_.jpg",
    "song": "Erin O'Connor",
    "track_id": "3a349934-3911-4cde-a64e-f97063646be4",
    "recording_id": null,
    "artist": "The Long Blondes",
    "artist_ids": [
        "3efd863f-6a5c-400a-9868-6ef533d51509"
    ],
    "album": "\"Couples\"",
    "release_id": "68140bbb-92d0-4e5e-9aa2-4b27d19bfad2",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2008-04-07",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}