Information about plays

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

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

{
    "id": 464121,
    "uri": "https://api.kexp.org/v2/plays/464121/?format=api",
    "airdate": "2001-09-08T11:08:00-07:00",
    "show": 7882,
    "show_uri": "https://api.kexp.org/v2/shows/7882/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51fQcqu514L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51fQcqu514L._SL75_.jpg",
    "song": "Down by the River",
    "track_id": "7779317b-854b-450d-a099-a7e2f651c66b",
    "recording_id": null,
    "artist": "Morgan Heritage",
    "artist_ids": [
        "215224bc-04a4-4f67-8059-64535a6643cb"
    ],
    "album": "More Teachings...",
    "release_id": "01b60163-fe24-4b22-8150-d0105bac5d4a",
    "release_group_id": null,
    "labels": [
        "VP"
    ],
    "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"
}