Information about plays

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

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

{
    "id": 1353007,
    "uri": "https://api.kexp.org/v2/plays/1353007/?format=api",
    "airdate": "2008-03-22T17:50:19-07:00",
    "show": 23632,
    "show_uri": "https://api.kexp.org/v2/shows/23632/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51QNQPH1X3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51QNQPH1X3L._SL75_.jpg",
    "song": "Please Please Please",
    "track_id": null,
    "recording_id": null,
    "artist": "Shout Out Louds",
    "artist_ids": [
        "25a757f1-9fbe-4c52-be2e-1a5294fb25b9"
    ],
    "album": "Howl Howl Gaff Gaff",
    "release_id": "89225ab3-be1a-43e9-9bc7-8a9296f0158a",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "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"
}