Information about plays

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

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

{
    "id": 473863,
    "uri": "https://api.kexp.org/v2/plays/473863/?format=api",
    "airdate": "2001-10-07T14:48:00-07:00",
    "show": 8073,
    "show_uri": "https://api.kexp.org/v2/shows/8073/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/414X7MVEA1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/414X7MVEA1L._SL75_.jpg",
    "song": "Mysteries of Life",
    "track_id": "ac958fb4-99a4-4487-9c64-03a2611095b7",
    "recording_id": null,
    "artist": "Clogs",
    "artist_ids": [
        "a7d2a5e6-c70a-4127-9cb1-9191d11aa996"
    ],
    "album": "Thom's Night Out",
    "release_id": "8ae11238-1205-4e8c-824d-1f17b0e2e728",
    "release_group_id": null,
    "labels": [
        "Brassland Records"
    ],
    "label_ids": [
        "7bb43145-6c43-4c6b-90df-5c018ffe44b4"
    ],
    "release_date": "2001-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}