Information about plays

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

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

{
    "id": 1382827,
    "uri": "https://api.kexp.org/v2/plays/1382827/?format=api",
    "airdate": "2008-06-07T14:32:16-07:00",
    "show": 24141,
    "show_uri": "https://api.kexp.org/v2/shows/24141/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VYSKy0%2BIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VYSKy0%2BIL._SL75_.jpg",
    "song": "New Toy",
    "track_id": "26f5ff1d-2edc-43ba-a55e-735755f4552f",
    "recording_id": null,
    "artist": "Lene Lovich",
    "artist_ids": [
        "4eaceceb-cb2a-43ba-bee6-2fd7fe9aaaba"
    ],
    "album": "New Toy",
    "release_id": "8aae0f4e-f1f2-476b-917f-0f67c8196f12",
    "release_group_id": null,
    "labels": [
        "Stiff Records"
    ],
    "label_ids": [
        "df57ad64-fae7-4976-a8a0-d6d344867e09"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}