Information about plays

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

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

{
    "id": 1278172,
    "uri": "https://api.kexp.org/v2/plays/1278172/?format=api",
    "airdate": "2007-09-12T03:17:55-07:00",
    "show": 22370,
    "show_uri": "https://api.kexp.org/v2/shows/22370/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/210Y67AWJ1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/210Y67AWJ1L._SL75_.jpg",
    "song": "Dream Hat (feat. Mac McCaughan)",
    "track_id": "da0c8787-4adb-4986-a8ff-3cb81a3f28a4",
    "recording_id": null,
    "artist": "The 6ths",
    "artist_ids": [
        "f65498b7-5c06-4bb5-801d-885595fc8bcc"
    ],
    "album": "Wasps' Nests",
    "release_id": "5414d8dc-6f30-4ec5-92b2-33da3e7e3336",
    "release_group_id": null,
    "labels": [
        "London Records"
    ],
    "label_ids": [
        "60a0dd34-2333-4679-9050-38c21f7bc616"
    ],
    "release_date": "1995-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}