Information about plays

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

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

{
    "id": 347146,
    "uri": "https://api.kexp.org/v2/plays/347146/?format=api",
    "airdate": "2019-06-27T20:34:00-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let the Boys Be Girls",
    "track_id": "0c1b4a8c-30f4-46e8-8531-60f7f71a7d6b",
    "recording_id": null,
    "artist": "Two Cow Garage",
    "artist_ids": [
        "b7f18089-512a-4af2-8e65-3846d12ff68d"
    ],
    "album": "Brand New Flag",
    "release_id": "d15ee451-7b66-40d1-a7d9-3ca7e9c2464d",
    "release_group_id": null,
    "labels": [
        "Last Chance"
    ],
    "label_ids": [],
    "release_date": "2016-10-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}