Information about plays

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

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

{
    "id": 530029,
    "uri": "https://api.kexp.org/v2/plays/530029/?format=api",
    "airdate": "2002-03-22T16:02:06-08:00",
    "show": 9172,
    "show_uri": "https://api.kexp.org/v2/shows/9172/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KH1kwUQ6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KH1kwUQ6L._SL75_.jpg",
    "song": "I Love You So Much It Hurts",
    "track_id": "649af774-ecf5-435b-bd5c-1f1a33af0b03",
    "recording_id": null,
    "artist": "John Prine",
    "artist_ids": [
        "e86492c1-0376-4df0-8042-8ba058c83960"
    ],
    "album": "Lost Dogs and Mixed Blessings",
    "release_id": "0bb4a31c-86d4-41ff-bc7b-36611bccabfd",
    "release_group_id": null,
    "labels": [
        "Oh Boy Records"
    ],
    "label_ids": [
        "479ff113-194d-4606-83cd-ab3386907c87"
    ],
    "release_date": "1995-04-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}