Information about plays

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

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

{
    "id": 506638,
    "uri": "https://api.kexp.org/v2/plays/506638/?format=api",
    "airdate": "2002-01-13T15:11:00-08:00",
    "show": 8720,
    "show_uri": "https://api.kexp.org/v2/shows/8720/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4127MO%2BLFuL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4127MO%2BLFuL._SL75_.jpg",
    "song": "Endless Summer",
    "track_id": "75199a38-4395-46df-ac16-954803c47f06",
    "recording_id": null,
    "artist": "Fennesz",
    "artist_ids": [
        "a6f8d42d-d3ff-4268-8d39-ee01341733bb"
    ],
    "album": "Endless Summer",
    "release_id": "36427a64-ec18-4742-9356-c2e74ade62c4",
    "release_group_id": null,
    "labels": [
        "Mego"
    ],
    "label_ids": [
        "3b435909-8c71-42d1-9688-b8a7208e01a4"
    ],
    "release_date": "2001-06-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}