Information about plays

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

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

{
    "id": 416119,
    "uri": "https://api.kexp.org/v2/plays/416119/?format=api",
    "airdate": "2001-04-18T18:10:00-07:00",
    "show": 6944,
    "show_uri": "https://api.kexp.org/v2/shows/6944/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51GyuwAFMXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51GyuwAFMXL._SL75_.jpg",
    "song": "Take a Ride With Me",
    "track_id": "3417114a-0470-46ab-bee8-46c4b567d135",
    "recording_id": null,
    "artist": "T-Model Ford",
    "artist_ids": [
        "1601246d-9f0b-4e77-abfe-b4e631288eaa"
    ],
    "album": "She Ain't None of Your'n",
    "release_id": "030b79bf-321c-4a24-8fb8-59c499d80124",
    "release_group_id": null,
    "labels": [
        "fat  possum"
    ],
    "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"
}