Information about plays

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

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

{
    "id": 499416,
    "uri": "https://api.kexp.org/v2/plays/499416/?format=api",
    "airdate": "2001-12-22T13:40:00-08:00",
    "show": 8570,
    "show_uri": "https://api.kexp.org/v2/shows/8570/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ZR9CXR84L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ZR9CXR84L._SL75_.jpg",
    "song": "Behind the Garage",
    "track_id": null,
    "recording_id": null,
    "artist": "Eric's Trip",
    "artist_ids": [
        "fe6365d4-74f3-4706-9aea-d061a394722d"
    ],
    "album": "Love Tara",
    "release_id": "66f07db8-5eaa-4b09-9f0a-492852fa4060",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1993-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}