Information about plays

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

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

{
    "id": 508862,
    "uri": "https://api.kexp.org/v2/plays/508862/?format=api",
    "airdate": "2002-01-19T21:44:20-08:00",
    "show": 8760,
    "show_uri": "https://api.kexp.org/v2/shows/8760/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/419T4ZGGV9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/419T4ZGGV9L._SL75_.jpg",
    "song": "Snapshot",
    "track_id": "693fb174-9e22-429f-be13-af85c8ad1a80",
    "recording_id": null,
    "artist": "Roni Size",
    "artist_ids": [
        "2eeba1d4-f67d-45be-a22e-ab73e925aa43"
    ],
    "album": "Memento",
    "release_id": "3936767c-3d1d-4e2b-b3ea-9711aec4575e",
    "release_group_id": null,
    "labels": [
        "Full Cycle"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}