Information about plays

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

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

{
    "id": 486478,
    "uri": "https://api.kexp.org/v2/plays/486478/?format=api",
    "airdate": "2001-11-14T08:06:40-08:00",
    "show": 8321,
    "show_uri": "https://api.kexp.org/v2/shows/8321/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31FVDD5ERBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31FVDD5ERBL._SL75_.jpg",
    "song": "Cascade",
    "track_id": "1937d992-bd99-48b4-8cda-e0ced92dd6f2",
    "recording_id": null,
    "artist": "Richmond Fontaine",
    "artist_ids": [
        "5cc104cb-a015-4274-9271-561fefb18292"
    ],
    "album": "Lost Son",
    "release_id": "fcfe6750-4091-4541-9729-9e9f18c67e33",
    "release_group_id": null,
    "labels": [
        "Cavity Search"
    ],
    "label_ids": [
        "45303356-1959-4084-b85c-7897fbdb29e6"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}