Information about plays

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

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

{
    "id": 420943,
    "uri": "https://api.kexp.org/v2/plays/420943/?format=api",
    "airdate": "2001-05-03T20:54:32-07:00",
    "show": 7043,
    "show_uri": "https://api.kexp.org/v2/shows/7043/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51oY7tB08HL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51oY7tB08HL._SL75_.jpg",
    "song": "Fading Fast",
    "track_id": "6fc6cd72-23fc-421e-aa2a-2cbbc090168f",
    "recording_id": null,
    "artist": "Kelly Willis",
    "artist_ids": [
        "1d10aad6-714a-40a5-8f6e-14be37ac3498"
    ],
    "album": "What I Deserve",
    "release_id": "bfbab82c-a64b-478e-9256-f62ea21185bf",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}