Information about plays

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

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

{
    "id": 1307199,
    "uri": "https://api.kexp.org/v2/plays/1307199/?format=api",
    "airdate": "2007-11-27T00:41:00-08:00",
    "show": 22867,
    "show_uri": "https://api.kexp.org/v2/shows/22867/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51E68zi00NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51E68zi00NL._SL75_.jpg",
    "song": "Tomorrow Never Knows",
    "track_id": "23f68147-21e7-4659-a99f-f93e4ab44682",
    "recording_id": null,
    "artist": "Ann Dyer and No Good Time Fairies",
    "artist_ids": [
        "d9c234cf-e2a2-4bcd-b27f-3f0ae0600880"
    ],
    "album": "Revolver: A New Spin",
    "release_id": "3f9c120a-836a-4b09-8ee6-8522325367b2",
    "release_group_id": null,
    "labels": [
        "Premonition Records"
    ],
    "label_ids": [
        "d9fd6c99-a5a6-48e3-a696-c7c67e9cbda0"
    ],
    "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"
}