Information about plays

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

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

{
    "id": 431235,
    "uri": "https://api.kexp.org/v2/plays/431235/?format=api",
    "airdate": "2001-06-04T13:20:00-07:00",
    "show": 7253,
    "show_uri": "https://api.kexp.org/v2/shows/7253/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41YNCG1C24L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41YNCG1C24L._SL75_.jpg",
    "song": "Nobody 'cept You",
    "track_id": "957fdc2c-ecc3-44bb-b010-f99fd1616eba",
    "recording_id": null,
    "artist": "16 Horsepower",
    "artist_ids": [
        "9a22fc7b-ad7f-4c70-9e0f-4d40cd7562cd"
    ],
    "album": "Secret South",
    "release_id": "25111c2f-64c1-4104-bc82-736be66e0018",
    "release_group_id": null,
    "labels": [
        "Razor & Tie"
    ],
    "label_ids": [
        "4b54d76e-7bf0-4988-9a17-1d9e212bb5e4"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}