Information about plays

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

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

{
    "id": 417461,
    "uri": "https://api.kexp.org/v2/plays/417461/?format=api",
    "airdate": "2001-04-23T15:24:00-07:00",
    "show": 6972,
    "show_uri": "https://api.kexp.org/v2/shows/6972/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/413FP5DZ3EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/413FP5DZ3EL._SL75_.jpg",
    "song": "What Do We Do With Love",
    "track_id": "154f8daa-70e2-4632-bde0-95fdcb4939c0",
    "recording_id": null,
    "artist": "Chris Knox",
    "artist_ids": [
        "77a29700-a307-4568-8063-be553ae062e6"
    ],
    "album": "Beat",
    "release_id": "265c474c-2030-407d-90e8-09a8de0f1d24",
    "release_group_id": null,
    "labels": [
        "Thirsty Ear"
    ],
    "label_ids": [
        "f68e4031-f778-410c-be2d-42f9b25af7ad"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}