Information about plays

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

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

{
    "id": 532862,
    "uri": "https://api.kexp.org/v2/plays/532862/?format=api",
    "airdate": "2002-03-30T10:46:00-08:00",
    "show": 9226,
    "show_uri": "https://api.kexp.org/v2/shows/9226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pablo In Moonlight City",
    "track_id": "7235b016-b0d6-4b5a-967b-cb25f590203b",
    "recording_id": null,
    "artist": "Augustus Pablo",
    "artist_ids": [
        "e2f9c452-7eb0-4782-bc3e-36f2c456ffe0"
    ],
    "album": "The Crowning of Prince Jammy",
    "release_id": "a897d60f-ffff-4b8f-879a-05606abeb42f",
    "release_group_id": null,
    "labels": [
        "Pressure Sounds"
    ],
    "label_ids": [
        "e8a88883-4209-4d1c-8fb9-57c30024bc4e"
    ],
    "release_date": "2007-06-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}