Information about plays

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

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

{
    "id": 492551,
    "uri": "https://api.kexp.org/v2/plays/492551/?format=api",
    "airdate": "2001-12-02T12:42:00-08:00",
    "show": 8444,
    "show_uri": "https://api.kexp.org/v2/shows/8444/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11C7T5HTBML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11C7T5HTBML._SL75_.jpg",
    "song": "Below & Above",
    "track_id": null,
    "recording_id": null,
    "artist": "Low",
    "artist_ids": [
        "42faad37-8aaa-42e4-a300-5a7dae79ed24"
    ],
    "album": "Long Division",
    "release_id": "50b4286d-282e-47ee-8a70-6f2357dc6919",
    "release_group_id": null,
    "labels": [
        "Vernon Yard Recordings"
    ],
    "label_ids": [
        "46ba88df-c100-4ce9-a10b-58d7dc0af35c"
    ],
    "release_date": "1995-05-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}