Information about plays

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

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

{
    "id": 426843,
    "uri": "https://api.kexp.org/v2/plays/426843/?format=api",
    "airdate": "2001-05-22T08:56:28-07:00",
    "show": 7167,
    "show_uri": "https://api.kexp.org/v2/shows/7167/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41C2Q23VGNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41C2Q23VGNL._SL75_.jpg",
    "song": "Audrey's Eyes",
    "track_id": null,
    "recording_id": null,
    "artist": "Velocity Girl",
    "artist_ids": [
        "b199e343-e7f2-4840-8111-6cdb62945025"
    ],
    "album": "Copacetic",
    "release_id": "5820e0cb-81ef-48b5-820e-5cc81dddb682",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}