Information about plays

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

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

{
    "id": 1390251,
    "uri": "https://api.kexp.org/v2/plays/1390251/?format=api",
    "airdate": "2008-06-26T07:27:00-07:00",
    "show": 24265,
    "show_uri": "https://api.kexp.org/v2/shows/24265/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Ic-M9a3HL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Ic-M9a3HL._SL75_.jpg",
    "song": "California Soul (Diplo/Mad Decent remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Marlena Shaw",
    "artist_ids": [
        "f94db5b3-9260-4e81-9d35-6806e50c713f"
    ],
    "album": "Verve Remixed 4",
    "release_id": "247cfa2a-f174-4297-b16d-3b6240492b3c",
    "release_group_id": null,
    "labels": [
        "Island Def Jam Music Group"
    ],
    "label_ids": [
        "c9ecb3cf-ed8c-4f48-b99a-7d63ed12d89b"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}