Information about plays

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

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

{
    "id": 1411322,
    "uri": "https://api.kexp.org/v2/plays/1411322/?format=api",
    "airdate": "2008-08-18T12:58:49-07:00",
    "show": 24622,
    "show_uri": "https://api.kexp.org/v2/shows/24622/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61RHF70N6SL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61RHF70N6SL._SL75_.jpg",
    "song": "Just to See You Smile",
    "track_id": "cff64215-965a-42b3-b768-3497843a02ed",
    "recording_id": null,
    "artist": "Spacemen 3",
    "artist_ids": [
        "19e818e4-0bbe-41fc-9589-c444b4165bf1"
    ],
    "album": "Recurring",
    "release_id": "481c2cf3-34f4-43d0-9ace-f1eb9037f1b7",
    "release_group_id": null,
    "labels": [
        "Sony BMG Music Entertainment"
    ],
    "label_ids": [
        "f9ada3ae-3081-44df-8581-ca27a3462b68"
    ],
    "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"
}