Information about plays

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

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

{
    "id": 346947,
    "uri": "https://api.kexp.org/v2/plays/346947/?format=api",
    "airdate": "2019-06-27T11:58:18-07:00",
    "show": 5780,
    "show_uri": "https://api.kexp.org/v2/shows/5780/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Only One",
    "track_id": "34f11bda-b4fc-4e87-a43c-eb76fd3a2be8",
    "recording_id": null,
    "artist": "Colleen Green",
    "artist_ids": [
        "1bddbc20-a142-497b-8768-8ced01d46fb4"
    ],
    "album": "Sock It to Me",
    "release_id": "de18c18d-8ab5-4a52-bbb4-5d043d40ea22",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2013-03-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read all about Colleen Green's album \"Sock it to me\" here:\nhttps://pitchfork.com/reviews/albums/17738-colleen-green-sock-it-to-me/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}