Information about plays

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

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

{
    "id": 1390700,
    "uri": "https://api.kexp.org/v2/plays/1390700/?format=api",
    "airdate": "2008-06-27T10:26:52-07:00",
    "show": 24272,
    "show_uri": "https://api.kexp.org/v2/shows/24272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lost+ / Viva la Vida",
    "track_id": "b2a1df0d-0e51-4b6e-a555-595479526c36",
    "recording_id": null,
    "artist": "Coldplay",
    "artist_ids": [
        "cc197bad-dc9c-440d-a5b5-d52ba2e14234"
    ],
    "album": "Lost+ / Viva la Vida",
    "release_id": "8d14e870-7d25-4a6d-b1e3-8f4f27aebca3",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "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"
}