Information about plays

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

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

{
    "id": 425673,
    "uri": "https://api.kexp.org/v2/plays/425673/?format=api",
    "airdate": "2001-05-18T10:40:00-07:00",
    "show": 7142,
    "show_uri": "https://api.kexp.org/v2/shows/7142/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31FPGGR526L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31FPGGR526L._SL75_.jpg",
    "song": "Clear Spot",
    "track_id": null,
    "recording_id": null,
    "artist": "Pernice Brothers",
    "artist_ids": [
        "48b83db5-1aa2-48d3-8f5c-8cc1d585e585"
    ],
    "album": "Overcome By Happiness",
    "release_id": "2559dc9e-0243-48c6-9c7c-c1d7ac1fd357",
    "release_group_id": null,
    "labels": [
        "Sub Pop"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "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"
}