Information about plays

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

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

{
    "id": 1402583,
    "uri": "https://api.kexp.org/v2/plays/1402583/?format=api",
    "airdate": "2008-07-27T15:58:03-07:00",
    "show": 24473,
    "show_uri": "https://api.kexp.org/v2/shows/24473/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51m1zzcEjSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51m1zzcEjSL._SL75_.jpg",
    "song": "Dirty Laundry",
    "track_id": null,
    "recording_id": null,
    "artist": "Bitter:Sweet",
    "artist_ids": [
        "dcebc476-b53c-42ee-9251-f946a4c3cea2"
    ],
    "album": "The Mating Game",
    "release_id": "fb79895e-2bf7-4078-9121-9ab1471fc6bc",
    "release_group_id": null,
    "labels": [
        "Quango Records"
    ],
    "label_ids": [
        "9a476be7-544a-4330-b459-7ef7b2542fdd"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}