Information about plays

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

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

{
    "id": 444322,
    "uri": "https://api.kexp.org/v2/plays/444322/?format=api",
    "airdate": "2001-07-12T10:10:35-07:00",
    "show": 7499,
    "show_uri": "https://api.kexp.org/v2/shows/7499/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21260E3D2PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21260E3D2PL._SL75_.jpg",
    "song": "Rattlesnake Kiss",
    "track_id": null,
    "recording_id": null,
    "artist": "The Green Pajamas",
    "artist_ids": [
        "6af46977-4c37-4c32-b435-a7233f05dacc"
    ],
    "album": "All Clues Lead to Megan's Bed",
    "release_id": "a37c9ca7-f6b8-45be-8b1c-292335094525",
    "release_group_id": null,
    "labels": [
        "obscura"
    ],
    "label_ids": [],
    "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"
}