Information about plays

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

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

{
    "id": 452566,
    "uri": "https://api.kexp.org/v2/plays/452566/?format=api",
    "airdate": "2001-08-05T21:52:56-07:00",
    "show": 7657,
    "show_uri": "https://api.kexp.org/v2/shows/7657/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BPGQGR0AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BPGQGR0AL._SL75_.jpg",
    "song": "S",
    "track_id": "87a9a930-c374-4775-9a10-e6e8e99c9393",
    "recording_id": null,
    "artist": "Primary Motive",
    "artist_ids": [
        "29ef6efb-e23b-4212-b4bc-6371650cb7bb"
    ],
    "album": "Liquid Funk (disc 1)",
    "release_id": "e9baef19-eee2-4ae0-97be-862ea1a8ce70",
    "release_group_id": null,
    "labels": [
        "Creative Source"
    ],
    "label_ids": [
        "0f443901-60c2-4c6c-9338-c94843b57bb2"
    ],
    "release_date": "2000-03-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}