Information about plays

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

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

{
    "id": 419978,
    "uri": "https://api.kexp.org/v2/plays/419978/?format=api",
    "airdate": "2001-05-01T05:22:30-07:00",
    "show": 7025,
    "show_uri": "https://api.kexp.org/v2/shows/7025/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CE3VCKKAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CE3VCKKAL._SL75_.jpg",
    "song": "The Fisherman",
    "track_id": "2bfabf55-074f-410d-85a8-960c1e14bcff",
    "recording_id": null,
    "artist": "Leo Kottke",
    "artist_ids": [
        "1a21878d-05b1-4983-a059-7cf3abee04b7"
    ],
    "album": "6- and 12-String Guitar",
    "release_id": "a9ed74cc-83ee-4ebd-9dd8-1cce1ff30a20",
    "release_group_id": null,
    "labels": [
        "Takoma"
    ],
    "label_ids": [
        "8742f485-a50a-4fc2-b59c-7b5a78cf1115"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}