Information about plays

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

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

{
    "id": 1359949,
    "uri": "https://api.kexp.org/v2/plays/1359949/?format=api",
    "airdate": "2008-04-09T02:30:41-07:00",
    "show": 23749,
    "show_uri": "https://api.kexp.org/v2/shows/23749/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/314VKWEVPYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/314VKWEVPYL._SL75_.jpg",
    "song": "Speed Reaction",
    "track_id": "57614e45-f49e-4b40-a45c-b70891fc5c09",
    "recording_id": null,
    "artist": "Spirea X",
    "artist_ids": [
        "4916c003-01fe-4e74-bffd-c6488e6d6e1a"
    ],
    "album": "Fireblade Skies",
    "release_id": "76c1a878-51d3-4a34-889c-3fd44b00ad22",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}