Information about plays

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

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

{
    "id": 1382458,
    "uri": "https://api.kexp.org/v2/plays/1382458/?format=api",
    "airdate": "2008-06-06T14:33:11-07:00",
    "show": 24135,
    "show_uri": "https://api.kexp.org/v2/shows/24135/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31N0YWEZE2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31N0YWEZE2L._SL75_.jpg",
    "song": "Ready, Steady, Go",
    "track_id": null,
    "recording_id": null,
    "artist": "Generation X",
    "artist_ids": [
        "4c141ecd-23f9-4881-9a8c-27e7e7af708c"
    ],
    "album": "Perfect Hits 1975-1981",
    "release_id": "316afe01-fbf5-4c39-8868-e0f50263a42e",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1991-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}