Information about plays

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

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

{
    "id": 1393119,
    "uri": "https://api.kexp.org/v2/plays/1393119/?format=api",
    "airdate": "2008-07-03T12:24:16-07:00",
    "show": 24312,
    "show_uri": "https://api.kexp.org/v2/shows/24312/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51QkpbKE-bL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51QkpbKE-bL._SL75_.jpg",
    "song": "Go On, Say It",
    "track_id": null,
    "recording_id": null,
    "artist": "Blind Pilot",
    "artist_ids": [
        "215f057c-fb64-4b27-abf2-1871e71912d9"
    ],
    "album": "3 Rounds and a Sound",
    "release_id": "29367888-10ce-4c58-a2ef-fd461f439c6b",
    "release_group_id": null,
    "labels": [
        "Expunged Records"
    ],
    "label_ids": [
        "451ef085-fbb8-46a1-9c9d-0d9696ea1276"
    ],
    "release_date": "2008-07-15",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}