Information about plays

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

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

{
    "id": 532469,
    "uri": "https://api.kexp.org/v2/plays/532469/?format=api",
    "airdate": "2002-03-29T07:24:26-08:00",
    "show": 9217,
    "show_uri": "https://api.kexp.org/v2/shows/9217/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ENCKE0F6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ENCKE0F6L._SL75_.jpg",
    "song": "Maria's Little Elbows",
    "track_id": null,
    "recording_id": null,
    "artist": "Sparklehorse",
    "artist_ids": [
        "45be8e20-3c3c-4e78-98f0-b5bdecf2f703"
    ],
    "album": "Good Morning Spider",
    "release_id": "21841c6d-80db-4005-a2e2-cfcf0dc6f237",
    "release_group_id": null,
    "labels": [
        "Capitol Records, Inc."
    ],
    "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"
}