Information about plays

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

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

{
    "id": 1313243,
    "uri": "https://api.kexp.org/v2/plays/1313243/?format=api",
    "airdate": "2007-12-12T08:48:50-08:00",
    "show": 22968,
    "show_uri": "https://api.kexp.org/v2/shows/22968/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/219N4RR2ANL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/219N4RR2ANL._SL75_.jpg",
    "song": "Christmas Wrapping",
    "track_id": "6ea4bc52-db48-4554-9113-547609f11c8d",
    "recording_id": null,
    "artist": "The Waitresses",
    "artist_ids": [
        "8acd46ce-3c10-402e-9ede-676b31c837cb"
    ],
    "album": "The Best of The Waitresses",
    "release_id": "524a5b55-782d-43a6-bffc-efc7c4be27ed",
    "release_group_id": null,
    "labels": [
        "Universal Music Group"
    ],
    "label_ids": [
        "19d052fa-570a-4b17-9a3d-8f2f029b7b57"
    ],
    "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"
}