Information about plays

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

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

{
    "id": 430928,
    "uri": "https://api.kexp.org/v2/plays/430928/?format=api",
    "airdate": "2001-06-03T14:45:52-07:00",
    "show": 7246,
    "show_uri": "https://api.kexp.org/v2/shows/7246/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/310RVRRH67L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/310RVRRH67L._SL75_.jpg",
    "song": "Chasing Dragons",
    "track_id": "88324892-45c7-476a-b922-4377301c28c8",
    "recording_id": null,
    "artist": "The James Taylor Quartet",
    "artist_ids": [
        "95495d6a-c1f2-4a62-b0e3-b9c5f2e9dea6"
    ],
    "album": "The Bigger Picture",
    "release_id": "fc7ccd5e-6049-4801-aff5-d71db2838387",
    "release_group_id": null,
    "labels": [
        "Instinct"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}