Information about plays

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

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

{
    "id": 497231,
    "uri": "https://api.kexp.org/v2/plays/497231/?format=api",
    "airdate": "2001-12-16T01:21:00-08:00",
    "show": 8531,
    "show_uri": "https://api.kexp.org/v2/shows/8531/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51QQRw8HbKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51QQRw8HbKL._SL75_.jpg",
    "song": "Honky Tonk Downstairs",
    "track_id": null,
    "recording_id": null,
    "artist": "Dan McCafferty",
    "artist_ids": [
        "54b9c410-c0a9-49c9-8acf-c89f4286891c"
    ],
    "album": "Dan McCafferty",
    "release_id": "287ace01-9e71-41db-84a4-d93516dfc1e2",
    "release_group_id": null,
    "labels": [
        "A"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}