Information about plays

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

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

{
    "id": 439850,
    "uri": "https://api.kexp.org/v2/plays/439850/?format=api",
    "airdate": "2001-06-29T14:14:07-07:00",
    "show": 7415,
    "show_uri": "https://api.kexp.org/v2/shows/7415/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511ld-VMJjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511ld-VMJjL._SL75_.jpg",
    "song": "Give a Little Honey",
    "track_id": "2a91f44f-d9b2-439e-96ea-444d643b6063",
    "recording_id": null,
    "artist": "The Orchids",
    "artist_ids": [
        "420d6371-31ee-4254-8d98-d3f66d50feed"
    ],
    "album": "Striving for the Lazy Perfection",
    "release_id": "75f88adc-493f-4d03-8bbf-4ffc080f2cc2",
    "release_group_id": null,
    "labels": [
        "Sarah Records"
    ],
    "label_ids": [
        "310ed7bf-30ca-4fd2-8466-2e9f892d7273"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}