Information about plays

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

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

{
    "id": 432054,
    "uri": "https://api.kexp.org/v2/plays/432054/?format=api",
    "airdate": "2001-06-06T20:53:20-07:00",
    "show": 7267,
    "show_uri": "https://api.kexp.org/v2/shows/7267/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51eJZi3SkkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51eJZi3SkkL._SL75_.jpg",
    "song": "Lucinda",
    "track_id": null,
    "recording_id": null,
    "artist": "Randy Newman",
    "artist_ids": [
        "da7bb7d8-557d-4635-9ca1-e6e985525bd5"
    ],
    "album": "12 Songs",
    "release_id": "f865b71c-c9ed-4991-82f3-1b12a7360e6d",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1970-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}