Information about plays

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

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

{
    "id": 348818,
    "uri": "https://api.kexp.org/v2/plays/348818/?format=api",
    "airdate": "2019-07-01T23:38:00-07:00",
    "show": 5814,
    "show_uri": "https://api.kexp.org/v2/shows/5814/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Private Parts",
    "track_id": "63d177e1-c605-3a5d-af38-4c7b5ea9e245",
    "recording_id": null,
    "artist": "J*Davey",
    "artist_ids": [],
    "album": "The Beauty in Distortion / The Land of the Lost",
    "release_id": "c9e520f1-6687-4554-9cb6-6441e7131276",
    "release_group_id": null,
    "labels": [
        "Interdependent Media"
    ],
    "label_ids": [
        "56b25e0a-c9cd-41b8-9cb2-b6a972b01ae0"
    ],
    "release_date": "2008-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}