Information about plays

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

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

{
    "id": 532213,
    "uri": "https://api.kexp.org/v2/plays/532213/?format=api",
    "airdate": "2002-03-28T16:27:20-08:00",
    "show": 9213,
    "show_uri": "https://api.kexp.org/v2/shows/9213/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BFXBBK9DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BFXBBK9DL._SL75_.jpg",
    "song": "Destiny Complete (Bittersweet version) (feat. Mystic)",
    "track_id": "c3f17429-980b-448a-9580-ad43b9bb9e46",
    "recording_id": null,
    "artist": "The Angel",
    "artist_ids": [
        "a4301df4-9088-4e7d-9e52-162077a9a783"
    ],
    "album": "No Gravity",
    "release_id": "d45dcea3-323e-402e-af8d-8134f36cda69",
    "release_group_id": null,
    "labels": [
        "Supacrucial"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}