Information about plays

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

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

{
    "id": 503466,
    "uri": "https://api.kexp.org/v2/plays/503466/?format=api",
    "airdate": "2002-01-03T22:42:00-08:00",
    "show": 8652,
    "show_uri": "https://api.kexp.org/v2/shows/8652/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/3126204YAYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/3126204YAYL._SL75_.jpg",
    "song": "Melo / Rock It Tonight",
    "track_id": null,
    "recording_id": null,
    "artist": "Seven Dub",
    "artist_ids": [
        "e371e31f-9215-42a8-848e-79e7980c8262"
    ],
    "album": "Rock It Tonight",
    "release_id": "1fdad4b6-fbde-4173-a351-9418b9f4365f",
    "release_group_id": null,
    "labels": [
        "Pro-Zak Trax"
    ],
    "label_ids": [
        "14afee49-ae38-4270-b023-7845886d0d5f"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}