Information about plays

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

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

{
    "id": 1383697,
    "uri": "https://api.kexp.org/v2/plays/1383697/?format=api",
    "airdate": "2008-06-09T20:39:37-07:00",
    "show": 24158,
    "show_uri": "https://api.kexp.org/v2/shows/24158/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dunia Ina Mambo",
    "track_id": "221ceef6-9f65-4631-8a2f-fe760c087495",
    "recording_id": null,
    "artist": "Eric Wainaina",
    "artist_ids": [
        "80dabf58-79bb-4470-b5ba-a8a7dd0447cd"
    ],
    "album": "Twende Twende",
    "release_id": "b8c94fee-bbc3-4b0e-900b-2b71d510db36",
    "release_group_id": null,
    "labels": [
        "Sheer Sound (S. Africa)"
    ],
    "label_ids": [],
    "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"
}