Information about plays

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

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

{
    "id": 347111,
    "uri": "https://api.kexp.org/v2/plays/347111/?format=api",
    "airdate": "2019-06-27T18:46:00-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Here, I'm Queer & I'm Country",
    "track_id": null,
    "recording_id": null,
    "artist": "Freddy Freeman",
    "artist_ids": [
        "fe8bd5be-5529-4cf9-b9bc-28136842d7d9"
    ],
    "album": "Just Bear With Me...",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ear to the Ground"
    ],
    "label_ids": [
        "368e593e-8403-4636-be19-71378bad69f5"
    ],
    "release_date": "2013-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}