Information about plays

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

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

{
    "id": 1288565,
    "uri": "https://api.kexp.org/v2/plays/1288565/?format=api",
    "airdate": "2007-10-08T20:48:18-07:00",
    "show": 22549,
    "show_uri": "https://api.kexp.org/v2/shows/22549/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XYVDQKTBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XYVDQKTBL._SL75_.jpg",
    "song": "La Camel",
    "track_id": "ac59a0f1-213f-43e8-8b31-ebc3f5173fb1",
    "recording_id": null,
    "artist": "Cheb Khaled and Safy Boutella",
    "artist_ids": [
        "18f9ead2-a43d-4470-8671-ff59c6fdf2f1"
    ],
    "album": "Kutche",
    "release_id": "ec43abac-dd07-4aef-bd94-84f8c8aa7dd1",
    "release_group_id": null,
    "labels": [
        "Stern's Music"
    ],
    "label_ids": [
        "d9051457-e123-4591-9e36-2bb2311b63a2"
    ],
    "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"
}