Information about plays

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

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

{
    "id": 347766,
    "uri": "https://api.kexp.org/v2/plays/347766/?format=api",
    "airdate": "2019-06-29T09:29:18-07:00",
    "show": 5792,
    "show_uri": "https://api.kexp.org/v2/shows/5792/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Watch & Pray",
    "track_id": "77e42276-5a35-4c0f-b2ef-bad8722935cb",
    "recording_id": null,
    "artist": "The Congos",
    "artist_ids": [
        "6a810a7e-0163-41c5-b198-2edcbb4a33bb"
    ],
    "album": "Feast",
    "release_id": "ecb76cfc-db24-4151-b91d-a6a8f956fadf",
    "release_group_id": null,
    "labels": [
        "Kingston Sounds"
    ],
    "label_ids": [
        "4ebb2125-2de0-4473-8f41-54c686a60d0c"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}