Information about plays

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

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

{
    "id": 348434,
    "uri": "https://api.kexp.org/v2/plays/348434/?format=api",
    "airdate": "2019-07-01T01:06:00-07:00",
    "show": 5808,
    "show_uri": "https://api.kexp.org/v2/shows/5808/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Easy Blues",
    "track_id": null,
    "recording_id": null,
    "artist": "Endangered Blood",
    "artist_ids": [
        "aafc05b1-dea2-4214-b06b-4eed7e01c544"
    ],
    "album": "Don't Freak Out",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Skirl Records"
    ],
    "label_ids": [
        "0e7eb510-4bf1-4bcc-b575-3ba3a5587576"
    ],
    "release_date": "2017-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}