Information about plays

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

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

{
    "id": 414828,
    "uri": "https://api.kexp.org/v2/plays/414828/?format=api",
    "airdate": "2001-04-12T18:00:00-07:00",
    "show": 6919,
    "show_uri": "https://api.kexp.org/v2/shows/6919/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nASxz5szL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nASxz5szL._SL75_.jpg",
    "song": "Don't Stop the Music",
    "track_id": "6aed6bda-2fe7-4e2b-a026-cd2187f90d65",
    "recording_id": null,
    "artist": "Del McCoury",
    "artist_ids": [
        "e61892d0-4ad2-474a-a5fa-479dc28075ed"
    ],
    "album": "Don't Stop the Music",
    "release_id": "4b24d6e4-e1e4-4d06-b7fc-7a10ae234de5",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}