Information about plays

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

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

{
    "id": 532116,
    "uri": "https://api.kexp.org/v2/plays/532116/?format=api",
    "airdate": "2002-03-28T09:06:00-08:00",
    "show": 9211,
    "show_uri": "https://api.kexp.org/v2/shows/9211/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anna - Let Me in Let Me Out",
    "track_id": "64963abd-0673-4b03-82a4-89444f1d365d",
    "recording_id": null,
    "artist": "Trio",
    "artist_ids": [
        "b013686b-0fa5-4e88-a5bc-f941efc7855a"
    ],
    "album": "Trio",
    "release_id": "a2258eee-2e78-4cf5-a144-17e439e2c760",
    "release_group_id": null,
    "labels": [
        "Mercury"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}