Information about plays

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

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

{
    "id": 1389131,
    "uri": "https://api.kexp.org/v2/plays/1389131/?format=api",
    "airdate": "2008-06-23T13:08:13-07:00",
    "show": 24247,
    "show_uri": "https://api.kexp.org/v2/shows/24247/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Mt6HC56tL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Mt6HC56tL._SL75_.jpg",
    "song": "Fox in The Henhouse",
    "track_id": "3647ab94-fe0d-49b4-be66-d3067737f98b",
    "recording_id": null,
    "artist": "The Animals At Night",
    "artist_ids": [
        "55835aa7-c68b-4fae-9dd6-460cbb04ff18"
    ],
    "album": "The Animals At Night",
    "release_id": "dca40408-2110-4b32-8b30-f177fd13dad4",
    "release_group_id": null,
    "labels": [
        "self-releaed"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}