Information about plays

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

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

{
    "id": 347747,
    "uri": "https://api.kexp.org/v2/plays/347747/?format=api",
    "airdate": "2019-06-29T06:36:00-07:00",
    "show": 5790,
    "show_uri": "https://api.kexp.org/v2/shows/5790/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Deep",
    "track_id": "9034f0f5-9817-4f68-ab75-7e7b3e2fadd9",
    "recording_id": null,
    "artist": "clipping.",
    "artist_ids": [
        "84ca8fa4-7cca-4948-a90a-cb44db29853d"
    ],
    "album": "The Deep",
    "release_id": "3a7bfb09-e5d2-43e8-8c1c-2e155f7829c4",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2017-08-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}