Information about plays

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

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

{
    "id": 415010,
    "uri": "https://api.kexp.org/v2/plays/415010/?format=api",
    "airdate": "2001-04-13T13:00:00-07:00",
    "show": 6921,
    "show_uri": "https://api.kexp.org/v2/shows/6921/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/413JJ367C2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/413JJ367C2L._SL75_.jpg",
    "song": "Teenage Sensation",
    "track_id": null,
    "recording_id": null,
    "artist": "GusGus",
    "artist_ids": [
        "f5cff7b2-b19d-4934-8525-b17248b30ab3"
    ],
    "album": "This is Normal",
    "release_id": "089e0f75-464f-4db5-b62e-e966d856bc32",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1999-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}