Information about plays

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

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

{
    "id": 532835,
    "uri": "https://api.kexp.org/v2/plays/532835/?format=api",
    "airdate": "2002-03-30T09:40:00-08:00",
    "show": 9226,
    "show_uri": "https://api.kexp.org/v2/shows/9226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mr Landlord",
    "track_id": "17bef720-cce7-4011-ba6f-70747e86d0bf",
    "recording_id": null,
    "artist": "Half Pint",
    "artist_ids": [
        "caa8844b-6a16-4100-b2ae-622b2edf5055"
    ],
    "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"
}