Information about plays

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

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

{
    "id": 1315967,
    "uri": "https://api.kexp.org/v2/plays/1315967/?format=api",
    "airdate": "2007-12-19T05:53:07-08:00",
    "show": 23012,
    "show_uri": "https://api.kexp.org/v2/shows/23012/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519Y2A8NM0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519Y2A8NM0L._SL75_.jpg",
    "song": "Autumn Leaves (Irresistable Force mix Trip 2)",
    "track_id": "8ca38939-4544-4c9a-9a96-357e717c81d6",
    "recording_id": null,
    "artist": "Coldcut",
    "artist_ids": [
        "cedd2cc6-c77f-4104-b333-0547b29e0b71"
    ],
    "album": "Two A.D.",
    "release_id": "893c51d2-549f-4f1c-a32c-f4ebf4159d8e",
    "release_group_id": null,
    "labels": [
        "Waveform Records"
    ],
    "label_ids": [
        "5625a445-53c2-435b-a8f0-5dc6feee3c25"
    ],
    "release_date": "1995-04-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}