Information about plays

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

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

{
    "id": 497096,
    "uri": "https://api.kexp.org/v2/plays/497096/?format=api",
    "airdate": "2001-12-15T15:46:00-08:00",
    "show": 8527,
    "show_uri": "https://api.kexp.org/v2/shows/8527/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HNYHBVZ5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HNYHBVZ5L._SL75_.jpg",
    "song": "Sapphire Jewel",
    "track_id": "d9a7e657-30fc-46aa-ad81-96e9acc139ed",
    "recording_id": null,
    "artist": "Trailer Bride",
    "artist_ids": [
        "1104a5a3-558d-4d26-9ece-aa143f86694f"
    ],
    "album": "Whine de Lune",
    "release_id": "f3b0b0cf-a2aa-4a70-ac45-722290d568c6",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "1999-08-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}