Information about plays

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

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

{
    "id": 449889,
    "uri": "https://api.kexp.org/v2/plays/449889/?format=api",
    "airdate": "2001-07-28T21:37:30-07:00",
    "show": 7606,
    "show_uri": "https://api.kexp.org/v2/shows/7606/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31G8UBXnKYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31G8UBXnKYL._SL75_.jpg",
    "song": "Revolution",
    "track_id": "47e0b262-aa9b-40ff-9c3e-71f4106bb888",
    "recording_id": null,
    "artist": "Marineville",
    "artist_ids": [
        "cb411a3c-b6d4-4f98-9c24-c4ef97d90c3d"
    ],
    "album": "Red Path House",
    "release_id": "101dfd9c-10d2-4962-ac07-c7dd87f31463",
    "release_group_id": null,
    "labels": [
        "Pickled Egg"
    ],
    "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"
}