Information about plays

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

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

{
    "id": 478319,
    "uri": "https://api.kexp.org/v2/plays/478319/?format=api",
    "airdate": "2001-10-20T05:50:46-07:00",
    "show": 8156,
    "show_uri": "https://api.kexp.org/v2/shows/8156/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21EZ07BZXML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21EZ07BZXML._SL75_.jpg",
    "song": "Rapture",
    "track_id": "a5700d80-266d-4abb-94fa-b976288ce5b9",
    "recording_id": null,
    "artist": "Blondie",
    "artist_ids": [
        "4d2956d1-a3f7-44bb-9a41-67563e1a0c94"
    ],
    "album": "Autoamerican",
    "release_id": "78204763-d44b-4b6e-ab30-94a1e1b88f11",
    "release_group_id": null,
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1994-09-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}