Information about plays

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

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

{
    "id": 530347,
    "uri": "https://api.kexp.org/v2/plays/530347/?format=api",
    "airdate": "2002-03-23T12:53:53-08:00",
    "show": 9178,
    "show_uri": "https://api.kexp.org/v2/shows/9178/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RBVR2Y8ML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RBVR2Y8ML._SL75_.jpg",
    "song": "The Song of the Would-Be Messiah",
    "track_id": "d7496860-458f-475e-a187-ba08197dff8e",
    "recording_id": null,
    "artist": "Chris Knox",
    "artist_ids": [
        "77a29700-a307-4568-8063-be553ae062e6"
    ],
    "album": "Almost",
    "release_id": "8efaba6d-5966-46d3-80bf-2513c336a96f",
    "release_group_id": null,
    "labels": [
        "Flying Nun Records"
    ],
    "label_ids": [
        "59fd412e-71df-45b7-97be-37874136fe33"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}