Information about plays

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

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

{
    "id": 1376257,
    "uri": "https://api.kexp.org/v2/plays/1376257/?format=api",
    "airdate": "2008-05-20T03:30:27-07:00",
    "show": 24022,
    "show_uri": "https://api.kexp.org/v2/shows/24022/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51P2BWR3D1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51P2BWR3D1L._SL75_.jpg",
    "song": "Lost Myself",
    "track_id": null,
    "recording_id": null,
    "artist": "Longpigs",
    "artist_ids": [
        "a7378d57-a9a5-408a-80e0-a14d7203df77"
    ],
    "album": "The Sun Is Often Out",
    "release_id": "9c1b9545-1f80-4807-835b-28f3dd7f49eb",
    "release_group_id": null,
    "labels": [
        "Mother Records"
    ],
    "label_ids": [
        "972ea4c0-8d79-4543-a9d8-90c2e9cbc068"
    ],
    "release_date": "1996-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}