Information about plays

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

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

{
    "id": 1317356,
    "uri": "https://api.kexp.org/v2/plays/1317356/?format=api",
    "airdate": "2007-12-22T19:45:28-08:00",
    "show": 23035,
    "show_uri": "https://api.kexp.org/v2/shows/23035/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RHkJuCynL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RHkJuCynL._SL75_.jpg",
    "song": "Dauntless",
    "track_id": "6d5ed6ef-0c9c-412b-b377-942d6985f97f",
    "recording_id": null,
    "artist": "The Beautiful Mothers",
    "artist_ids": [
        "98969755-c3c5-4754-a3e1-42831b5bc1b7"
    ],
    "album": "Half American Serviceman",
    "release_id": "bb17c1b0-5b7b-4484-a4b6-15948c0473e6",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "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"
}