Information about plays

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

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

{
    "id": 494648,
    "uri": "https://api.kexp.org/v2/plays/494648/?format=api",
    "airdate": "2001-12-08T10:42:00-08:00",
    "show": 8481,
    "show_uri": "https://api.kexp.org/v2/shows/8481/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61rnN1W9-AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61rnN1W9-AL._SL75_.jpg",
    "song": "Bird in Hand",
    "track_id": "3f8428b9-567c-459c-a4bf-db6be15b8231",
    "recording_id": null,
    "artist": "The Upsetters",
    "artist_ids": [
        "7bcf8b20-72a6-48b1-bad3-b28869090dda"
    ],
    "album": "Arkology (disc 3: Reel III, Dub Adventurer)",
    "release_id": "f787921c-d5c1-431d-a1e2-889a27858690",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1997-07-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}