Information about plays

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

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

{
    "id": 347573,
    "uri": "https://api.kexp.org/v2/plays/347573/?format=api",
    "airdate": "2019-06-28T20:13:00-07:00",
    "show": 5787,
    "show_uri": "https://api.kexp.org/v2/shows/5787/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "UNSTATUS QUO",
    "track_id": null,
    "recording_id": null,
    "artist": "Duckwrth",
    "artist_ids": [
        "2bc82618-2d0f-436e-adb2-8aa0774dd799"
    ],
    "album": "UNSTATUS QUO",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Republic Records"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Duckwrth details what makes women excellent during Women's History Month: https://bit.ly/2RRLE5z",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}