Information about plays

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

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

{
    "id": 1275597,
    "uri": "https://api.kexp.org/v2/plays/1275597/?format=api",
    "airdate": "2007-09-05T13:12:58-07:00",
    "show": 22326,
    "show_uri": "https://api.kexp.org/v2/shows/22326/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51R2Rvf78DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51R2Rvf78DL._SL75_.jpg",
    "song": "Under the Waves",
    "track_id": "1a986eb5-a5b6-4ea7-8706-6a78bca9b117",
    "recording_id": null,
    "artist": "Pseudosix",
    "artist_ids": [
        "4bfbbdc5-758b-488c-ab49-d67bcf3e6fce"
    ],
    "album": "Pseudosix",
    "release_id": "7b526096-f0a7-4d34-a4a3-34a133b39412",
    "release_group_id": null,
    "labels": [
        "Sonic Boom Recordings"
    ],
    "label_ids": [
        "e168761b-c5b2-48de-9285-07ca5d121390"
    ],
    "release_date": "2007-08-28",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}