Information about plays

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

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

{
    "id": 501906,
    "uri": "https://api.kexp.org/v2/plays/501906/?format=api",
    "airdate": "2001-12-30T09:28:00-08:00",
    "show": 8623,
    "show_uri": "https://api.kexp.org/v2/shows/8623/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WWA52DBJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WWA52DBJL._SL75_.jpg",
    "song": "Everybody's Down on Me",
    "track_id": "e7b97036-4cee-43d3-9498-274af67c91d3",
    "recording_id": null,
    "artist": "Mississippi Fred McDowell",
    "artist_ids": [
        "8d2651e1-f539-4492-957a-8b4dc4c5d9b9"
    ],
    "album": "I Do Not Play No Rock 'n' Roll",
    "release_id": "06ca2b5e-0fc0-42ce-833f-aa41fa9b2947",
    "release_group_id": null,
    "labels": [
        "Fuel 2000"
    ],
    "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"
}