Information about plays

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

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

{
    "id": 492834,
    "uri": "https://api.kexp.org/v2/plays/492834/?format=api",
    "airdate": "2001-12-03T06:33:00-08:00",
    "show": 8450,
    "show_uri": "https://api.kexp.org/v2/shows/8450/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FPR86GFEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FPR86GFEL._SL75_.jpg",
    "song": "IZ-US",
    "track_id": null,
    "recording_id": null,
    "artist": "Aphex Twin",
    "artist_ids": [
        "f22942a1-6f70-4f48-866e-238cb2308fbd"
    ],
    "album": "Come to Daddy",
    "release_id": "a9e62f8c-6dcc-4b58-bc73-309ac1768d75",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1997-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}