Information about plays

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

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

{
    "id": 1294342,
    "uri": "https://api.kexp.org/v2/plays/1294342/?format=api",
    "airdate": "2007-10-23T16:31:55-07:00",
    "show": 22645,
    "show_uri": "https://api.kexp.org/v2/shows/22645/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61C8RE1bGZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61C8RE1bGZL._SL75_.jpg",
    "song": "Godhopping",
    "track_id": "d9962f39-ec48-4446-b2b8-139f93f5fd03",
    "recording_id": null,
    "artist": "Dogs Die in Hot Cars",
    "artist_ids": [
        "3dd5b199-2001-4c1b-a04a-02eddc1b9934"
    ],
    "album": "Please Describe Yourself",
    "release_id": "064961ae-209f-4792-8601-2cccf7ad656e",
    "release_group_id": null,
    "labels": [
        "WMG"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}