Information about plays

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

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

{
    "id": 499775,
    "uri": "https://api.kexp.org/v2/plays/499775/?format=api",
    "airdate": "2001-12-24T00:20:00-08:00",
    "show": 8582,
    "show_uri": "https://api.kexp.org/v2/shows/8582/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wgcN962xL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wgcN962xL._SL75_.jpg",
    "song": "Invisible Ocean",
    "track_id": null,
    "recording_id": null,
    "artist": "Paul D. Miller",
    "artist_ids": [
        "cd0cd138-241f-409a-9a55-3f4328d2b1d9"
    ],
    "album": "Viral Sonata",
    "release_id": "6df86852-e177-474a-9427-08b19424eaa0",
    "release_group_id": null,
    "labels": [
        "Asphodel"
    ],
    "label_ids": [
        "c1daac89-9b64-4d35-8a41-1f6cae8e0519"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}